mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +00:00
improved page style and added a layout to am notes
This commit is contained in:
parent
b568f3ee4c
commit
25645e6add
11 changed files with 58 additions and 114 deletions
|
|
@ -173,7 +173,16 @@ if(page == "overview") then
|
|||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
]])
|
||||
|
||||
page_utils.print_notes({
|
||||
i18n("active_monitoring_stats.note3", {product=info.product}),
|
||||
i18n("active_monitoring_stats.note_alert"),
|
||||
i18n("active_monitoring_stats.note_availability")
|
||||
})
|
||||
|
||||
print([[
|
||||
</div>
|
||||
</div>
|
||||
</div>]])
|
||||
|
||||
|
|
@ -237,13 +246,6 @@ if(page == "overview") then
|
|||
</form>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
]].. i18n("notes") .. [[<ul>
|
||||
<li>]].. i18n("active_monitoring_stats.note3", {product=info.product}) ..[[</li>
|
||||
<li>]].. i18n("active_monitoring_stats.note_alert") ..[[</li>
|
||||
<li>]].. i18n("active_monitoring_stats.note_availability") ..[[</li>
|
||||
</ul>
|
||||
</div>
|
||||
]])
|
||||
|
||||
local measurements_info = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue