mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-13 03:21:49 -05:00
Add Job Splitting feature to UI
This commit is contained in:
@@ -197,7 +197,7 @@
|
||||
color: @at-color-list-row-item-tag-primary;
|
||||
}
|
||||
|
||||
.at-RowItem-tag--header {
|
||||
.at-RowItem-tag--header, .at-RowItem-tag--secondary {
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@ function atRowItem () {
|
||||
headerLink: '@',
|
||||
headerState: '@',
|
||||
headerTag: '@',
|
||||
secondaryTag: '@',
|
||||
status: '@',
|
||||
statusTip: '@',
|
||||
statusClick: '&?',
|
||||
|
||||
@@ -29,6 +29,9 @@
|
||||
<div class="at-RowItem-tag at-RowItem-tag--header" ng-if="headerTag">
|
||||
{{ headerTag }}
|
||||
</div>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user