mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
add table-responsive class (#4692)
This commit is contained in:
parent
75363aae84
commit
1c73df18db
7 changed files with 41 additions and 31 deletions
|
|
@ -32,7 +32,6 @@ function notifications_manager.load_main_notifications()
|
|||
|
||||
for _, notification in pairsByField(defined_notifications, 'id', asc) do
|
||||
|
||||
|
||||
-- We can only show MAX_NON_PRIORITY_NOTIFICATIONS_TO_SHOW notifications inside the page,
|
||||
-- in order to not overwhelm the user
|
||||
if (non_priority_notifications>= MAX_NON_PRIORITY_NOTIFICATIONS_TO_SHOW) and not notification.has_priority then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue