Add link to running and total jobs for instance groups and instances

This commit is contained in:
Marliana Lara
2018-06-06 14:52:36 -04:00
parent 31da1e6ef7
commit c8ab4d4623
6 changed files with 25 additions and 15 deletions

View File

@@ -27,7 +27,7 @@
{{ labelValue }}
</div>
<div class="at-RowItem-label" ng-if="labelValue && labelState">
<a ui-sref="{{ labelState }}" ui-sref-opts="{reload: true, notify: true}">{{ labelValue }}</a>
<a ui-sref="{{ labelState }}" ui-sref-opts="{reload: true, notify: true, inherit: false}">{{ labelValue }}</a>
</div>
<div class="at-RowItem-value" ng-if="value && valueLink">
<a ng-href="{{ valueLink }}">{{ value }}</a>