Removed "message" on no times in media section

This commit is contained in:
Simon Busborg
2015-11-11 11:28:47 +01:00
parent 55cac7990e
commit cd2e810299

View File

@@ -15,17 +15,32 @@
files-queued="vm.onFilesQueue">
</umb-file-dropzone>
<umb-table ng-if="items"
items="items"
item-properties="options.includeProperties"
on-select="vm.selectItem"
on-click="vm.clickItem"
on-select-all="vm.selectAll"
on-selected-all="vm.isSelectedAll"
on-sorting-direction="vm.isSortDirection"
on-sort="vm.sort">
</umb-table>
</div>
<umb-table
items="items"
item-properties="options.includeProperties"
on-select="vm.selectItem"
on-click="vm.clickItem"
on-select-all="vm.selectAll"
on-selected-all="vm.isSelectedAll"
on-sorting-direction="vm.isSortDirection"
on-sort="vm.sort">
</umb-table>
<div ng-if="entityType !== 'media'">
<umb-table
items="items"
item-properties="options.includeProperties"
on-select="vm.selectItem"
on-click="vm.clickItem"
on-select-all="vm.selectAll"
on-selected-all="vm.isSelectedAll"
on-sorting-direction="vm.isSortDirection"
on-sort="vm.sort">
</umb-table>
</div>
</div>