summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_ppps_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/interfaces_ppps_edit.php')
-rw-r--r--src/usr/local/www/interfaces_ppps_edit.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/local/www/interfaces_ppps_edit.php b/src/usr/local/www/interfaces_ppps_edit.php
index d0a35a9..1a15a50 100644
--- a/src/usr/local/www/interfaces_ppps_edit.php
+++ b/src/usr/local/www/interfaces_ppps_edit.php
@@ -819,10 +819,12 @@ $section->add($group);
$btnadvanced = new Form_Button(
'btnadvanced',
- 'Show'
+ 'Advanced',
+ null,
+ 'fa-cog'
);
-$btnadvanced->removeClass('btn-primary')->addClass('btn-default btn-sm');
+$btnadvanced->addClass('btn-info btn-sm');
$section->addInput(new Form_StaticText(
'Advanced options',
OpenPOWER on IntegriCloud