mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02:30
added filter for job status graph widget
This commit is contained in:
@@ -73,8 +73,8 @@
|
||||
padding-left: 7px;
|
||||
}
|
||||
}
|
||||
.custon-carousel{
|
||||
width:150px;
|
||||
.custon-carousel{
|
||||
width:150px;
|
||||
height:200px;
|
||||
min-width:150px;
|
||||
min-height:100px;
|
||||
@@ -84,4 +84,17 @@
|
||||
display:block;
|
||||
border:1px solid black;
|
||||
background-color: #A9A9A9;
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
cursor: pointer;
|
||||
padding-left: 7px;
|
||||
height: 75px;
|
||||
width: 100px;
|
||||
}
|
||||
.status-dropdown{
|
||||
height: 100px;
|
||||
}
|
||||
.m, .n{
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user