mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Small compilation fix for non-Linux systems
Minor change on the interface preferences pagev
This commit is contained in:
parent
24908f208e
commit
6d9af21714
3 changed files with 11 additions and 19 deletions
|
|
@ -62,7 +62,7 @@ print [[
|
|||
<div class="form-group">
|
||||
|
||||
<label class="control-label" for="ifSpeed">Interface Speed (Mbit) : </label>]]
|
||||
print('<br /><input type="number" min="1" step="1" name="ifSpeed" id="ifSpeed" value="'..ifSpeed..'"/>')
|
||||
print('<br /><input type="number" min="1" step="1" name="ifSpeed" id="ifSpeed" value="'..ifSpeed..'"/> [Default Speed: '.. ifSpeed ..']')
|
||||
|
||||
print [[
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue