mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
add alert notifications
This commit is contained in:
parent
072941abc2
commit
19e91e2c87
16 changed files with 254 additions and 24 deletions
|
|
@ -1245,4 +1245,12 @@ td.dt-body-right {
|
|||
.scrollable-log {
|
||||
height: 16rem;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.toast:not(:last-child) {
|
||||
margin-bottom: .2rem;
|
||||
}
|
||||
|
||||
.notification-container {
|
||||
position: absolute; top: 4rem; right: 1rem; z-index: 1000; width: 20%;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue