mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@2643 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -52,7 +52,6 @@ foreach ($config['poller_modules'] as $module => $module_status)
|
||||
echo(($module_status ? '<span class=green>enabled</span>' : '<span class=red>disabled</span>' ));
|
||||
}
|
||||
|
||||
|
||||
echo('</td><td>');
|
||||
|
||||
echo('<form id="toggle_poller" name="toggle_poller" method="post" action="">
|
||||
@@ -61,7 +60,6 @@ foreach ($config['poller_modules'] as $module => $module_status)
|
||||
</label>
|
||||
</form>');
|
||||
|
||||
|
||||
echo('</td></tr>');
|
||||
$i++;
|
||||
}
|
||||
@@ -89,7 +87,6 @@ foreach ($config['discovery_modules'] as $module => $module_status)
|
||||
echo(($module_status ? '<span class=green>enabled</span>' : '<span class=red>disabled</span>' ));
|
||||
}
|
||||
|
||||
|
||||
echo('</td><td>');
|
||||
|
||||
echo('<form id="toggle_discovery" name="toggle_discovery" method="post" action="">
|
||||
@@ -98,14 +95,11 @@ foreach ($config['discovery_modules'] as $module => $module_status)
|
||||
</label>
|
||||
</form>');
|
||||
|
||||
|
||||
echo('</td></tr>');
|
||||
|
||||
|
||||
$i++;
|
||||
}
|
||||
echo('</table>');
|
||||
echo('</div>');
|
||||
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user