Initial attempt to show tags on the apps if any
This commit is contained in:
@@ -545,6 +545,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="grid-item-tags">
|
||||
<div class="grid-item-tag" ng-repeat="tag in app.tags | limitTo:6">{{ tag }}</div>
|
||||
</div>
|
||||
|
||||
<div class="grid-item-actions" ng-show="user.admin || (config.features.spaces && app.ownerId === user.id)">
|
||||
<a href="" ng-click="showUninstall(app)" uib-tooltip="Uninstall" tooltip-placement="right" tooltip-class="app-tooltip"><i class="fa fa-times scale"></i></a>
|
||||
<a href="" ng-click="appRestore.show(app)" ng-show="backupConfig.provider !== 'noop'" uib-tooltip="Backups" tooltip-placement="right" tooltip-class="app-tooltip"><i class="fa fa-archive scale"></i></a>
|
||||
|
||||
Reference in New Issue
Block a user