fix(home): only display group name if available (#2621)

pull/2622/head
Anthony Lapenna 2019-01-15 08:52:26 +13:00 committed by GitHub
parent bed49c37e4
commit 3a3577754e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,11 +23,11 @@
</span>
<span>
<span class="small">
<span class="small" ng-if="$ctrl.model.GroupName">
Group: {{ $ctrl.model.GroupName }}
</span>
<button
ng-if="$ctrl.isAdmin"
ng-if="$ctrl.isAdmin"
class="btn btn-link btn-xs"
ng-click="$ctrl.editEndpoint($event)"><i class="fa fa-pencil-alt"></i>
</button>