Show hint if folder is empty
This commit is contained in:
@@ -172,6 +172,9 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr ng-show="entries.length === 0">
|
||||
<td colspan="5" class="text-center">No files</td>
|
||||
</tr>
|
||||
<tr ng-repeat="entry in entries">
|
||||
<td ng-click="open(entry)" class="hand text-center">
|
||||
<i class="fas fa-folder fa-lg" ng-show="entry.isDirectory"></i>
|
||||
|
||||
Reference in New Issue
Block a user