mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Improve dhcp server configuration page
This commit is contained in:
parent
4b5b8ae9b5
commit
726843a978
3 changed files with 16 additions and 3 deletions
|
|
@ -828,7 +828,10 @@ function printPageSection(section_name)
|
|||
end
|
||||
|
||||
function printSaveButton(some_content)
|
||||
print('<tr><td colspan=2 style="text-align:right;">' .. (some_content or "") .. '<button type="submit" class="btn btn-primary" style="width:115px" disabled="disabled">'..i18n("save")..'</button></td></tr>')
|
||||
if not isEmptyString(some_content) then
|
||||
print('<tr><td colspan=2>' .. (some_content or "") .. '</td></tr>')
|
||||
end
|
||||
print('<tr><td colspan=2 style="text-align: right;"><button type="submit" class="btn btn-primary" style="width:115px" disabled="disabled">'..i18n("save")..'</button></td></tr>')
|
||||
end
|
||||
|
||||
function prefsSkipRedis(skip)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue