1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Add a description on wizard add interface

This commit is contained in:
Ycarus 2018-09-01 22:31:00 +02:00
parent 2153472351
commit 38c1644caf
2 changed files with 7 additions and 4 deletions

View file

@ -207,9 +207,9 @@ end
<div class="cbi-value-field">
<input type="text" name="cbid.sqm.<%=ifname%>.upload" class="cbi-input-text" value="<%=upload%>" data-type="uinteger">
<br />
<div class="cbi-value-description">
<%:Set value between 80-95% of max upload speed link. Empty to disable.%>
</div>
</div>
<div class="cbi-value-description">
<%:Set value between 80-95% of max upload speed link. Empty to disable.%>
</div>
</div>
</fieldset>
@ -232,6 +232,9 @@ end
</select>
<input class="cbi-button cbi-button-add" type="submit" name="add_interface" value="<%:Add an interface%>" title="<%:Add an interface%>" />
</div>
<div class="cbi-value-description">
<%:Select the device you want to base the interface on.%>
</div>
</fieldset>
</div>
<div class="cbi-page-actions">

View file

@ -1828,7 +1828,7 @@ table table td,
background-position: .25em .2em;
background-repeat: no-repeat;
margin: .25em 0 0 0;
padding: 0 0 0 1.7em;
padding: 0 0 0.3em 1.7em;
}
.cbi-section-error {