summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-03-09 16:25:57 -0500
committerjim-p <jimp@pfsense.org>2016-03-09 16:26:20 -0500
commit2e7fa7ca1b996254898ad8137f9299cb67806446 (patch)
tree066edbc429ca874e8a6eaa9a9f33f1789798c9fe /src/usr/local/www/system_authservers.php
parentda8a11340d83c76dc14d85b0326e1a81f9222c60 (diff)
downloadpfsense-2e7fa7ca1b996254898ad8137f9299cb67806446.zip
pfsense-2e7fa7ca1b996254898ad8137f9299cb67806446.tar.gz
Fix some more stragglers for icon/button consistency. Ticket #5965
Diffstat (limited to 'src/usr/local/www/system_authservers.php')
-rw-r--r--src/usr/local/www/system_authservers.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php
index 9f113b0..7665455 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -571,8 +571,10 @@ $group->add(new Form_Input(
$group->add(new Form_Button(
'Select',
- 'Select a container'
-))->removeClass('btn-primary')->addClass('btn-default');
+ 'Select a container',
+ null,
+ 'fa-search'
+))->addClass('btn-info');
$section->add($group);
OpenPOWER on IntegriCloud