mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
minor changes to billing
git-svn-id: http://www.observium.org/svn/observer/trunk@2901 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -106,9 +106,9 @@ if(is_array($port))
|
|||||||
<div id="quotaDiv" style="display: none">
|
<div id="quotaDiv" style="display: none">
|
||||||
<input type="text" name="bill_quota" size="10">
|
<input type="text" name="bill_quota" size="10">
|
||||||
<select name="bill_quota_type" style="width: 200px;">
|
<select name="bill_quota_type" style="width: 200px;">
|
||||||
<option value="MB">Megabytes</option>
|
<option value="MB">Megabytes (MB)</option>
|
||||||
<option value="GB" selected>Gigabytes</option>
|
<option value="GB" selected>Gigabytes (GB)</option>
|
||||||
<option value="TB">Terabytes</option>
|
<option value="TB">Terabytes (TB)</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user