Give monaco some time to settle the ui and add tooltips
This commit is contained in:
@@ -253,10 +253,10 @@
|
||||
<td class="hand elide-table-cell" ng-click="open(entry)">{{ entry.size | prettyDiskSize }}</td>
|
||||
<td class="hand elide-table-cell" ng-click="open(entry)">{{ entry.uid | prettyOwner }}</td>
|
||||
<td class="text-right no-wrap" style="vertical-align: bottom">
|
||||
<button class="btn btn-xs btn-default" ng-click="download(entry)" ng-show="entry.isFile"><i class="fas fa-download"></i></button>
|
||||
<button class="btn btn-xs btn-default" ng-click="renameEntry.show(entry)"><i class="fas fa-edit"></i></button>
|
||||
<button class="btn btn-xs btn-default" ng-click="chownEntry.show(entry)"><i class="fas fa-user-edit"></i></button>
|
||||
<button class="btn btn-xs btn-danger" ng-click="entryRemove.show(entry)"><i class="far fa-trash-alt"></i></button>
|
||||
<button class="btn btn-xs btn-default" ng-click="download(entry)" ng-show="entry.isFile" uib-tooltip="Download"><i class="fas fa-download"></i></button>
|
||||
<button class="btn btn-xs btn-default" ng-click="renameEntry.show(entry)" uib-tooltip="Rename"><i class="fas fa-edit"></i></button>
|
||||
<button class="btn btn-xs btn-default" ng-click="chownEntry.show(entry)" uib-tooltip="Change Owner"><i class="fas fa-user-edit"></i></button>
|
||||
<button class="btn btn-xs btn-danger" ng-click="entryRemove.show(entry)" uib-tooltip="Delete"><i class="far fa-trash-alt"></i></button>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user