Add Tech Preview notice to Container Group UI

and some refactoring
This commit is contained in:
Alex Corey 2019-10-03 14:28:18 -04:00 committed by Shane McDonald
parent 9289ade1ec
commit 74b398f920
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374
3 changed files with 9 additions and 1 deletions

View File

@ -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>

View File

@ -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 {

View File

@ -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 }}"