mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 10:57:36 -02:30
Add Tech Preview notice to Container Group UI
and some refactoring
This commit is contained in:
committed by
Shane McDonald
parent
9289ade1ec
commit
74b398f920
@@ -1,4 +1,10 @@
|
|||||||
<div ui-view="credentials"></div>
|
<div ui-view="credentials"></div>
|
||||||
|
<a class="containerGroups-messageBar-link"href="https://docs.ansible.com/ansible-tower/latest/html/userguide/instance_groups.html" target="_blank" style="color: white">
|
||||||
|
<div class="Section-messageBar">
|
||||||
|
<i class="Section-messageBar-warning fa fa-warning"></i>
|
||||||
|
<span class="Section-messageBar-text">This feature is tech preview, and is subject to change in a future release. Click here for documentation.</span>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
<at-panel>
|
<at-panel>
|
||||||
<at-panel-heading title="{{:: vm.panelTitle }}"></at-panel-heading>
|
<at-panel-heading title="{{:: vm.panelTitle }}"></at-panel-heading>
|
||||||
<at-tab-group>
|
<at-tab-group>
|
||||||
|
|||||||
@@ -100,6 +100,9 @@
|
|||||||
.at-Row-container{
|
.at-Row-container{
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
.containerGroups-messageBar-link:hover{
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1060px) and (min-width: 769px){
|
@media screen and (max-width: 1060px) and (min-width: 769px){
|
||||||
.at-Row-links {
|
.at-Row-links {
|
||||||
|
|||||||
@@ -85,7 +85,6 @@
|
|||||||
badge="true">
|
badge="true">
|
||||||
</at-row-item>
|
</at-row-item>
|
||||||
<at-row-item
|
<at-row-item
|
||||||
ng-class="{'at-Row-links-noCredential': !instance_group.credential}"
|
|
||||||
label-value="{{:: vm.strings.get('list.ROW_ITEM_LABEL_RUNNING_JOBS') }}"
|
label-value="{{:: vm.strings.get('list.ROW_ITEM_LABEL_RUNNING_JOBS') }}"
|
||||||
label-state="instanceGroups.jobs({instance_group_id: {{ instance_group.id }}, job_search: {status__in: ['running,waiting']}})"
|
label-state="instanceGroups.jobs({instance_group_id: {{ instance_group.id }}, job_search: {status__in: ['running,waiting']}})"
|
||||||
value="{{ instance_group.jobs_running }}"
|
value="{{ instance_group.jobs_running }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user