Show hint if folder is empty

This commit is contained in:
Johannes Zellner
2020-07-10 16:12:34 +02:00
parent ff5036a55b
commit 35dfea03da

View File

@@ -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>