Merge pull request #2078 from marshmalien/fix/869-instance-groups-jobs-link

Add "running jobs" and "total jobs" links to instances and instance groups
This commit is contained in:
Marliana Lara
2018-06-07 09:45:29 -04:00
committed by GitHub
9 changed files with 43 additions and 22 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>