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: '@',
|
statusTip: '@',
|
||||||
statusClick: '&?',
|
statusClick: '&?',
|
||||||
labelValue: '@',
|
labelValue: '@',
|
||||||
labelLink: '@',
|
|
||||||
labelState: '@',
|
labelState: '@',
|
||||||
value: '@',
|
value: '@',
|
||||||
valueLink: '@',
|
valueLink: '@',
|
||||||
|
@ -32,9 +32,6 @@
|
|||||||
<div class="at-RowItem-tag at-RowItem-tag--secondary" ng-if="secondaryTag">
|
<div class="at-RowItem-tag at-RowItem-tag--secondary" ng-if="secondaryTag">
|
||||||
{{ secondaryTag }}
|
{{ secondaryTag }}
|
||||||
</div>
|
</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">
|
<div class="at-RowItem-label" ng-if="labelValue && !labelLink && !labelState">
|
||||||
{{ labelValue }}
|
{{ labelValue }}
|
||||||
</div>
|
</div>
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
<div class="at-Row--inline">
|
<div class="at-Row--inline">
|
||||||
<at-row-item
|
<at-row-item
|
||||||
label-value="{{:: vm.strings.get('list.ROW_ITEM_LABEL_INSTANCES') }}"
|
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 }}"
|
value="{{ instance_group.instances }}"
|
||||||
inline="true"
|
inline="true"
|
||||||
badge="true">
|
badge="true">
|
||||||
|
Loading…
Reference in New Issue
Block a user