Implement plugins overview page

This commit is contained in:
emanuele-f 2019-12-17 11:33:01 +01:00
parent ae9d65d11a
commit d417160cc4
7 changed files with 113 additions and 28 deletions

View file

@ -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>]]