summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dyndns_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/services_dyndns_edit.php')
-rw-r--r--src/usr/local/www/services_dyndns_edit.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php
index 85e518c..55cfe08 100644
--- a/src/usr/local/www/services_dyndns_edit.php
+++ b/src/usr/local/www/services_dyndns_edit.php
@@ -444,7 +444,9 @@ if (isset($id) && $a_dyndns[$id]) {
$form->addGlobal(new Form_Button(
'force',
- 'Save & Force Update'
+ 'Save & Force Update',
+ null,
+ 'fa-refresh'
))->removeClass('btn-primary')->addClass('btn-info');
}
OpenPOWER on IntegriCloud