summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
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