mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Migrates to Bootstrap 5
Adds bootstrap-5.0.0-beta3-dist Adds bootstrap-5.0.0 Updates bootstrap-5.0.0-beta3-dist to bootstrap-5.0.0-dist initial migration to bs v5 porting to bs5 improvements on dropdown menu filter fixed host map dropdown removed excessive padding fix button toggle re-add blog news removed text decoration for links fix button layout (#5348) remove underscore from href (#5347)
This commit is contained in:
parent
83ff018198
commit
1dce9e5842
252 changed files with 60805 additions and 30259 deletions
|
|
@ -33,7 +33,6 @@ function live_traffic_utils.printLiveTrafficForm(ifid, host_info)
|
|||
|
||||
print[[
|
||||
<div class="input-group mb-1">
|
||||
<div class="input-group-prepend">
|
||||
<select class="btn border bg-white" id="duration" name=duration>
|
||||
<option value=10>10 sec</option>
|
||||
<option value=30>30 sec</option>
|
||||
|
|
@ -41,7 +40,6 @@ function live_traffic_utils.printLiveTrafficForm(ifid, host_info)
|
|||
<option value=300>5 min</option>
|
||||
<option value=600>10 min</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<label for="bpf_filter" class="sr-only">]] print(i18n("db_explorer.filter_bpf")) print[[</label>
|
||||
<input type="text" class="form-control" id="live-capture-bpf-filter" name="bpf_filter" placeholder="]] print(i18n("db_explorer.filter_bpf")) print[["></input>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue