mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
Inventory refactor: now all nodes in group tree have an icon. same for job events view.
This commit is contained in:
@@ -995,7 +995,7 @@ input[type="checkbox"].checkbox-no-label {
|
||||
.level-10 { padding-left: 200px; }
|
||||
|
||||
.level-3-detail {
|
||||
padding-left: 72px;
|
||||
padding-left: 80px;
|
||||
}
|
||||
|
||||
#job_events .control-group {
|
||||
@@ -1045,7 +1045,7 @@ input[type="checkbox"].checkbox-no-label {
|
||||
border-right: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.node-toggle {
|
||||
.node-toggle, .node-no-toggle {
|
||||
/* also used on job evetns */
|
||||
float: none;
|
||||
padding-top: 3px;
|
||||
@@ -1054,6 +1054,10 @@ input[type="checkbox"].checkbox-no-label {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.node-no-toggle {
|
||||
opacity: .30;
|
||||
}
|
||||
|
||||
.disabled {
|
||||
color: @grey;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user