mirror of
https://github.com/portainer/portainer.git
synced 2025-08-03 21:05:23 +02:00
fix(home): only display group name if available (#2621)
This commit is contained in:
parent
bed49c37e4
commit
3a3577754e
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
</span>
|
||||
<span>
|
||||
|
||||
<span class="small">
|
||||
<span class="small" ng-if="$ctrl.model.GroupName">
|
||||
Group: {{ $ctrl.model.GroupName }}
|
||||
</span>
|
||||
<button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue