1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

Link to instances list via sref directive

This commit is contained in:
Marliana Lara 2019-03-26 00:33:51 -04:00
parent 90ea9a8cc4
commit 0a1b220f56
No known key found for this signature in database
GPG Key ID: 38C73B40DFA809EE
3 changed files with 1 additions and 5 deletions

View File

@ -18,7 +18,6 @@ function atRowItem () {
statusTip: '@',
statusClick: '&?',
labelValue: '@',
labelLink: '@',
labelState: '@',
value: '@',
valueLink: '@',

View File

@ -32,9 +32,6 @@
<div class="at-RowItem-tag at-RowItem-tag--secondary" ng-if="secondaryTag">
{{ secondaryTag }}
</div>
<div class="at-RowItem-label" ng-if="labelValue && labelLink">
<a ng-href="{{ labelLink }}">{{ labelValue }}</a>
</div>
<div class="at-RowItem-label" ng-if="labelValue && !labelLink && !labelState">
{{ labelValue }}
</div>

View File

@ -51,7 +51,7 @@
<div class="at-Row--inline">
<at-row-item
label-value="{{:: vm.strings.get('list.ROW_ITEM_LABEL_INSTANCES') }}"
label-link="/#/instance_groups/{{ instance_group.id }}/instances"
label-state="instanceGroups.instances({instance_group_id: {{ instance_group.id }}})"
value="{{ instance_group.instances }}"
inline="true"
badge="true">