mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Add Tech Preview notice to Container Group UI
and some refactoring
This commit is contained in:
parent
9289ade1ec
commit
74b398f920
@ -1,4 +1,10 @@
|
||||
<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-heading title="{{:: vm.panelTitle }}"></at-panel-heading>
|
||||
<at-tab-group>
|
||||
|
||||
@ -100,6 +100,9 @@
|
||||
.at-Row-container{
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.containerGroups-messageBar-link:hover{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1060px) and (min-width: 769px){
|
||||
.at-Row-links {
|
||||
|
||||
@ -85,7 +85,6 @@
|
||||
badge="true">
|
||||
</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-state="instanceGroups.jobs({instance_group_id: {{ instance_group.id }}, job_search: {status__in: ['running,waiting']}})"
|
||||
value="{{ instance_group.jobs_running }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user