mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 16:26:55 +02: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);
|
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=''>
|
<form id='edit' name='edit' method='post' action=''>
|
||||||
<input type=hidden name='editing' value='yes'>
|
<input type=hidden name='editing' value='yes'>
|
||||||
<table width='400' border='0'>
|
<table width='500' border='0'>
|
||||||
<tr>
|
<tr>
|
||||||
<td width='150'><div align='right'>SNMP Community</div></td>
|
<td width='150'><div align='right'>SNMP Community</div></td>
|
||||||
<td><input name='community' size='20' value='" . $device['community'] . "' />
|
<td><input name='community' size='20' value='" . $device['community'] . "' />
|
||||||
@@ -82,7 +82,7 @@ echo(" </select>
|
|||||||
<tr>
|
<tr>
|
||||||
<td><div align='right'>SNMP Timeout</div></td>
|
<td><div align='right'>SNMP Timeout</div></td>
|
||||||
<td><input name='timeout' size='20' value='" . ($device['timeout'] ? $device['timeout'] : '') . "' />
|
<td><input name='timeout' size='20' value='" . ($device['timeout'] ? $device['timeout'] : '') . "' />
|
||||||
<em>seconds</em>
|
<em>(milli)seconds</em>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user