mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixed pcap download box in host page
This commit is contained in:
parent
c1dabafcb7
commit
fb4b3da909
1 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ function live_traffic_utils.printLiveTrafficForm(ifid, host_info)
|
|||
end
|
||||
|
||||
print[[
|
||||
<div class="input-group mx-sm-3 mb-2">
|
||||
<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>
|
||||
|
|
@ -42,6 +42,7 @@ function live_traffic_utils.printLiveTrafficForm(ifid, host_info)
|
|||
<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>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue