mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
prettify device/edit/snmp
git-svn-id: http://www.observium.org/svn/observer/trunk@2552 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -41,11 +41,11 @@ if ($updated && $update_message)
|
||||
print_error($update_message);
|
||||
}
|
||||
|
||||
echo("<table cellpadding=0 cellspacing=0><tr><td>
|
||||
echo("<br /><table cellpadding=0 cellspacing=0><tr><td>
|
||||
|
||||
<form id='edit' name='edit' method='post' action=''>
|
||||
<input type=hidden name='editing' value='yes'>
|
||||
<table width='400' border='0'>
|
||||
<table width='500' border='0'>
|
||||
<tr>
|
||||
<td width='150'><div align='right'>SNMP Community</div></td>
|
||||
<td><input name='community' size='20' value='" . $device['community'] . "' />
|
||||
@@ -82,7 +82,7 @@ echo(" </select>
|
||||
<tr>
|
||||
<td><div align='right'>SNMP Timeout</div></td>
|
||||
<td><input name='timeout' size='20' value='" . ($device['timeout'] ? $device['timeout'] : '') . "' />
|
||||
<em>seconds</em>
|
||||
<em>(milli)seconds</em>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user