Time filtering of notifications
This commit is contained in:
parent
b0ffce05f0
commit
17a22caa5d
9 changed files with 291 additions and 10 deletions
|
|
@ -40,11 +40,16 @@ button:focus {
|
|||
#areas .area .section .name {
|
||||
font-weight: normal;
|
||||
}
|
||||
dialog {
|
||||
border-radius: 8px;
|
||||
}
|
||||
dialog,
|
||||
#datapoints,
|
||||
#problems-list,
|
||||
#acknowledged-list,
|
||||
#values,
|
||||
#services {
|
||||
#services,
|
||||
#notifications {
|
||||
background-color: #fff !important;
|
||||
border: 1px solid #ddd;
|
||||
box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.25);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue