Suppress 'Last File Received' if a node is folder master (fixes #1472)
This commit is contained in:
committed by
Jakob Borg
parent
4c3ba24826
commit
effe8ce8a9
+1
-1
@@ -251,7 +251,7 @@
|
||||
<th><span class="glyphicon glyphicon-share-alt"></span> <span translate>Shared With</span></th>
|
||||
<td class="text-right">{{sharesFolder(folder)}}</td>
|
||||
</tr>
|
||||
<tr ng-if="folderStats[folder.ID].LastFile">
|
||||
<tr ng-if="!folder.readOnly && folderStats[folder.ID].LastFile">
|
||||
<th><span class="glyphicon glyphicon-transfer"></span> <span translate>Last File Received</span></th>
|
||||
<td class="text-right">
|
||||
<span title="{{folderStats[folder.ID].LastFile.Filename}} @ {{folderStats[folder.ID].LastFile.At | date:'yyyy-MM-dd HH:mm'}}">
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user