mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 03:47:36 -02:30
Inventory refactor: add job status summary fly-out on host status. Click on a status and a second dialog appears for the specific job. Dialog can be resized and moved- built using jquery and styled to match TB dialog. Fixed home/groups and home/hosts pages to appear more inventory edit page. Home/groups page now allows you to start and inventory sync as well. Fixed tool-tip consistency. Click page forward/back now employs the spinner and should stop overclicking, which was resulting in page numbers < 0.
This commit is contained in:
@@ -7,9 +7,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
@import "animations.less";
|
||||
|
||||
|
||||
@black: #171717;
|
||||
@white: #FFF;
|
||||
@warning: #FF9900;
|
||||
@@ -28,6 +25,11 @@
|
||||
@tip-background: #0088CC;
|
||||
@tip-color: #fff;
|
||||
|
||||
|
||||
@import "animations.less";
|
||||
@import "jquery-ui-overrides.less";
|
||||
|
||||
|
||||
html, body { height: 100%; }
|
||||
|
||||
html {
|
||||
@@ -280,7 +282,7 @@ td.actions {
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.ssh-key-field {
|
||||
.ssh-key-field, .mono-space {
|
||||
font-family: Fixed, monospace;
|
||||
}
|
||||
|
||||
@@ -1297,12 +1299,6 @@ tr td button i {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.ui-dialog-titlebar.ui-widget-header {
|
||||
color: #0088cc;
|
||||
background-color: #F0F0F0;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
|
||||
/* Activity Stream Widget */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user