mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Implement plugins overview page
This commit is contained in:
parent
ae9d65d11a
commit
d417160cc4
7 changed files with 113 additions and 28 deletions
|
|
@ -17,7 +17,7 @@ dofile(dirs.installdir .. "/scripts/lua/inc/menu.lua")
|
|||
|
||||
print[[
|
||||
<div class="row">
|
||||
<div class="col col-md-4 col-md-offset-1">
|
||||
<div class="col col-md-4 offset-1">
|
||||
<table class="table table-bordered table-sm">
|
||||
<tr><th class='text-center'>Alert ID</th><th>Alert Key</th></tr>]]
|
||||
|
||||
|
|
@ -33,7 +33,7 @@ end
|
|||
|
||||
print[[</table>
|
||||
</div>
|
||||
<div class="col col-md-offset-1 col-md-4">
|
||||
<div class="col offset-1 col-md-4">
|
||||
<table class="table table-bordered table-sm">
|
||||
<tr><th class='text-center'>Status ID</th><th>Status Key</th><th class='text-center'>Priority</th></tr>]]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue