diff options
| author | Mark Wells <mark@freeside.biz> | 2014-08-15 16:08:11 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2014-08-15 16:08:11 -0700 |
| commit | 15deaf0aa18910232f99a38398995b3abc412411 (patch) | |
| tree | 1016d0205faa1c069b9790e4b304e0b9fb3ded12 /httemplate/elements | |
| parent | b77e2c257c0ac8c6195a0525c599eafd72997192 (diff) | |
SNMP export: allow manually entering OIDs, #20945
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/select-mib-popup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/select-mib-popup.html b/httemplate/elements/select-mib-popup.html index bd485ef65..f95ce2b97 100644 --- a/httemplate/elements/select-mib-popup.html +++ b/httemplate/elements/select-mib-popup.html @@ -7,7 +7,7 @@ </TR> <TR> <TD ALIGN="right">Object:</TD> - <TD><INPUT TYPE="text" NAME="path" ID="input_path" WIDTH="100%"></TD> + <TD><INPUT TYPE="text" NAME="path" ID="input_path" SIZE=50 WIDTH="100%"></TD> </TR> <TR> <TD COLSPAN=2> |
