
Move vitragedashboard to vitrage-dashboard/dashboard vitragealarms to vitrage-dashboard/alarms vitragetemplates to vitrage-dashboard/templates etc. Enable to use this as horizon plugin without the need of copying over API files, simply place files from enabled directory in horizons openstack_dashboard/local/enabled folder. Change-Id: I38ea4e32abbad75e5432b8c1dfe64511162a7248
44 lines
502 B
SCSS
44 lines
502 B
SCSS
/* ------ GLOBAL ------ */
|
|
|
|
.app-modal-window .modal-dialog{
|
|
height: 90%;
|
|
width: 90%;
|
|
}
|
|
.app-modal-window .modal-content{
|
|
height: 100%;
|
|
width: 100%;
|
|
opacity: 0.9;
|
|
}
|
|
|
|
/* ------ GLOBAL ------ */
|
|
|
|
|
|
|
|
.vitrage-alarms {
|
|
table {
|
|
overflow: hidden;
|
|
table-layout: fixed;
|
|
}
|
|
|
|
.state-col {
|
|
width:13px;
|
|
}
|
|
|
|
.timestamp-col {
|
|
width:65px;
|
|
}
|
|
|
|
.name-col {
|
|
width:40px;
|
|
}
|
|
|
|
.rca-col {
|
|
width:17px;
|
|
}
|
|
|
|
.ellipsis {
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
}
|