remove unneccessary Section Description (#13677)

This commit is contained in:
SourceDoctor
2022-01-15 09:59:56 -06:00
committed by GitHub
parent 592a0efa51
commit df288edbe3
13 changed files with 0 additions and 22 deletions
@@ -1,4 +1,3 @@
<h3> Alert Rules </h3>
<?php
/*
@@ -1,4 +1,3 @@
<h3> Applications </h3>
<?php
use LibreNMS\Config;
@@ -1,4 +1,3 @@
<h3> Custom OIDs </h3>
<?php
require_once 'includes/html/print-customoid.php';
@@ -97,7 +97,6 @@ $disable_notify = get_dev_attrib($device, 'disable_notify');
?>
<h3> Device Settings </h3>
<div class="row">
<!-- Bootstrap 3 doesn't support mediaqueries for text aligns (e.g. text-md-left), which makes these buttons stagger on sm or xs screens -->
<div class="col-md-2 col-md-offset-2">
@@ -46,8 +46,6 @@ if ($updated && $update_message) {
?>
<h3>IPMI settings</h3>
<form id="edit" name="edit" method="post" action="" role="form" class="form-horizontal">
<?php echo csrf_field() ?>
<input type="hidden" name="editing" value="yes">
@@ -14,8 +14,6 @@
?>
<h3>Memory settings</h3>
<div class="table-responsive">
<table id="mempool" class="table table-hover table-condensed mempool">
<thead>
@@ -1,4 +1,3 @@
<h3> Modules </h3>
<div class="row">
<div class="col-sm-6">
<strong>Poller Modules</strong>
@@ -1,5 +1,4 @@
</form>
<h3> Port Settings </h3>
<span id="message"></span>
<form id='ignoreport' name='ignoreport' method='post' action='' role='form' class='form-inline'>
@@ -13,9 +13,6 @@
*/
?>
<h3>Processor settings</h3>
<div class="table-responsive">
<table id="processor" class="table table-hover table-condensed processor">
<thead>
@@ -13,8 +13,6 @@
*/
?>
<h3>Routing settings</h3>
<div class="table-responsive">
<table id="routing" class="table table-hover table-condensed routing">
<thead>
@@ -15,9 +15,7 @@
*/
// FUA
echo "<h3>$title</h3>";
?>
<form class="form-inline">
<?php echo csrf_field() ?>
<table class="table table-striped table-condensed table-bordered">
@@ -178,8 +178,6 @@ $device = dbFetchRow('SELECT * FROM `devices` WHERE `device_id` = ?', [$device['
$max_oid = get_dev_attrib($device, 'snmp_max_oid');
$max_repeaters = get_dev_attrib($device, 'snmp_max_repeaters');
echo '<h3> SNMP Settings </h3>';
// use PHP Flasher to print normal (success) messages, similar to Device Settings
if (isset($update_message)) {
if (is_array($update_message)) {
@@ -13,9 +13,6 @@
*/
?>
<h3>Storage Settings</h3>
<div class="table-responsive">
<table id="storage" class="table table-hover table-condensed storage">
<thead>