Commit 80541e5e authored by Ad Schellevis's avatar Ad Schellevis

(network insight) select picker sizes

parent ce4bb4e7
...@@ -623,7 +623,8 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -623,7 +623,8 @@ POSSIBILITY OF SUCH DAMAGE.
<table class="table table-condensed"> <table class="table table-condensed">
<thead> <thead>
<tr> <tr>
<th>{{ lang._('Date (from/to)') }}</th> <th>{{ lang._('Date from') }}</th>
<th>{{ lang._('Date to') }}</th>
<th>{{ lang._('Interface') }}</th> <th>{{ lang._('Interface') }}</th>
<th>{{ lang._('(dst) Port') }}</th> <th>{{ lang._('(dst) Port') }}</th>
<th>{{ lang._('(src) Address') }}</th> <th>{{ lang._('(src) Address') }}</th>
...@@ -632,14 +633,13 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -632,14 +633,13 @@ POSSIBILITY OF SUCH DAMAGE.
<tbody> <tbody>
<tr> <tr>
<td> <td>
<select class="selectpicker" id="date_detail_from" data-live-search="true" data-size="10"> <select class="selectpicker" id="date_detail_from" data-live-search="true" data-size="10" data-width="120px"></select>
</select>
<select class="selectpicker" id="date_detail_to" data-live-search="true" data-size="10">
</select>
</td> </td>
<td> <td>
<select class="selectpicker" id="interface_select_detail"> <select class="selectpicker" id="date_detail_to" data-live-search="true" data-size="10" data-width="120px"></select>
</select> </td>
<td>
<select class="selectpicker" id="interface_select_detail" data-width="150px"></select>
</td> </td>
<td><input type="text" id="service_port_detail"></td> <td><input type="text" id="service_port_detail"></td>
<td><input type="text" id="address_detail"></td> <td><input type="text" id="address_detail"></td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment