Suppress 'Last File Received' if a node is folder master (fixes #1472)

This commit is contained in:
Johan Vromans
2015-03-22 08:46:24 +01:00
committed by Jakob Borg
parent 4c3ba24826
commit effe8ce8a9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -251,7 +251,7 @@
<th><span class="glyphicon glyphicon-share-alt"></span>&emsp;<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>&emsp;<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