mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
(trafficshaper) remove burst option from gui
This commit is contained in:
parent
9ee5f64a95
commit
fc7a7d0e5e
@ -16,7 +16,7 @@
|
||||
<label>bandwidth Metric</label>
|
||||
<type>dropdown</type>
|
||||
</field>
|
||||
<field>
|
||||
<!-- <field>
|
||||
<id>pipe.burst</id>
|
||||
<label>burst</label>
|
||||
<type>text</type>
|
||||
@ -26,7 +26,7 @@
|
||||
fast as the physical link allows.
|
||||
</help>
|
||||
<advanced>true</advanced>
|
||||
</field>
|
||||
</field> -->
|
||||
<field>
|
||||
<id>pipe.queue</id>
|
||||
<label>queue</label>
|
||||
|
||||
@ -114,7 +114,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
<th data-column-id="number" data-type="number" data-visible="false">Number</th>
|
||||
<th data-column-id="bandwidth" data-type="number">Bandwidth</th>
|
||||
<th data-column-id="bandwidthMetric" data-type="string">Metric</th>
|
||||
<th data-column-id="burst" data-type="number">Burst</th>
|
||||
<!--<th data-column-id="burst" data-type="number">Burst</th>--> <!-- disabled, burst does not work -->
|
||||
<th data-column-id="mask" data-type="string">Mask</th>
|
||||
<th data-column-id="description" data-type="string">Description</th>
|
||||
<th data-column-id="commands" data-width="7em" data-formatter="commands" data-sortable="false">Commands</th>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user