summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_snmp.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/usr/local/www/services_snmp.php b/src/usr/local/www/services_snmp.php
index af91718..67f5efb 100644
--- a/src/usr/local/www/services_snmp.php
+++ b/src/usr/local/www/services_snmp.php
@@ -351,13 +351,6 @@ $group->add(new Form_MultiCheckbox(
$pconfig['regex']
));
-$group->add(new Form_MultiCheckbox(
- 'junk',
- null,
- null,
- $pconfig['regex']
-))->displayAsRadio();
-
$section->add($group);
$form->add($section);
@@ -406,6 +399,7 @@ events.push(function(){
}
});
+ $('[name=btntoggleall]').hide();
});
//]]>
</script>
OpenPOWER on IntegriCloud