mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Localization and form layout fixes
This commit is contained in:
parent
72631b802d
commit
f87b287b22
2 changed files with 5 additions and 5 deletions
|
|
@ -210,7 +210,7 @@ print [[
|
|||
</div>
|
||||
|
||||
<div class="form-group has-feedback" style="margin-bottom:0;">
|
||||
<input type="text" id="export_host" data-host="host" name="host" placeholder="]] print(i18n("manage_data.ip_or_mac_address")) print[[" class="form-control" disabled required/>
|
||||
<input type="text" id="export_host" data-host="host" name="host" placeholder="]] print(i18n("manage_data.ip_or_mac_address")) print[[" class="form-control" size="24" disabled required/>
|
||||
</div>
|
||||
|
||||
<input type="number" min="1" max="65535" placeholder="]] print(i18n("vlan")) print[[" style="display:inline;" id="export_vlan" name="vlan" class="form-control" value="" disabled/>
|
||||
|
|
@ -284,7 +284,7 @@ print [[
|
|||
</div>
|
||||
|
||||
<div class="form-group has-feedback" style="margin-bottom:0;">
|
||||
<input type="text" id="delete_host" data-host="host" name="host" placeholder="]] print(i18n("manage_data.ip_or_mac_address")) print[[" class="form-control" required/>
|
||||
<input type="text" id="delete_host" data-host="host" name="host" placeholder="]] print(i18n("manage_data.ip_or_mac_address")) print[[" class="form-control" size="24" required/>
|
||||
</div>
|
||||
|
||||
<input type="number" min="1" max="65535" placeholder="]] print(i18n("vlan")) print[[" style="display:inline;" id="delete_vlan" name="vlan" class="form-control" value=""/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue