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:
parent
90ea9a8cc4
commit
0a1b220f56
@ -18,7 +18,6 @@ function atRowItem () {
|
||||
statusTip: '@',
|
||||
statusClick: '&?',
|
||||
labelValue: '@',
|
||||
labelLink: '@',
|
||||
labelState: '@',
|
||||
value: '@',
|
||||
valueLink: '@',
|
||||
|
@ -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>
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user