|
@@ -395,6 +395,7 @@ export default class Google extends Plugin {
|
|
<li><button><img src="https://ssl.gstatic.com/docs/doclist/images/icon_11_shared_collection_list_1.png"/> Shared with me</button></li>
|
|
<li><button><img src="https://ssl.gstatic.com/docs/doclist/images/icon_11_shared_collection_list_1.png"/> Shared with me</button></li>
|
|
<li><button onclick=${this.logout}>Logout</button></li>
|
|
<li><button onclick=${this.logout}>Logout</button></li>
|
|
</ul>
|
|
</ul>
|
|
|
|
+ <div class="UppyGoogleDrive-browserContainer">
|
|
<table class="UppyGoogleDrive-browser">
|
|
<table class="UppyGoogleDrive-browser">
|
|
<thead>
|
|
<thead>
|
|
<tr>
|
|
<tr>
|
|
@@ -409,6 +410,7 @@ export default class Google extends Plugin {
|
|
${files}
|
|
${files}
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|
|
|
|
+ </div>
|
|
<div class="UppyGoogleDrive-fileInfo">
|
|
<div class="UppyGoogleDrive-fileInfo">
|
|
${previewElem}
|
|
${previewElem}
|
|
</div>
|
|
</div>
|