diff options
| author | Mark Wells <mark@freeside.biz> | 2016-01-12 11:55:35 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2016-01-12 11:55:47 -0800 |
| commit | ba71de5d6420a13a8fd11288584a3194cc153bad (patch) | |
| tree | 0cbdc2be85b530a0d748c36e6faee3a03ed3ec6d /httemplate | |
| parent | a105e70c4d18b4f17c42fcc4ded2503ae49305bc (diff) | |
make customer and location fields available in broadband_snmp export, #39341
Diffstat (limited to 'httemplate')
| -rw-r--r-- | httemplate/edit/elements/part_export/broadband_snmp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/elements/part_export/broadband_snmp.html b/httemplate/edit/elements/part_export/broadband_snmp.html index 63b61e27e..44b80f4d7 100644 --- a/httemplate/edit/elements/part_export/broadband_snmp.html +++ b/httemplate/edit/elements/part_export/broadband_snmp.html @@ -75,7 +75,7 @@ function receive_mib(obj, rownum) { <INPUT TYPE="text" NAME="datatype" ID="datatype"> </TD> <TD> - <INPUT NAME="value" ID="value"> + <INPUT NAME="value" ID="value" SIZE="30"> </TD> </TR> <& /elements/auto-table.html, |
