summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dyndns_edit.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-10-07 08:15:26 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-10-07 08:15:26 -0400
commit06972ee55b6fd3da0a54de9b41424ab3184567be (patch)
tree440ef30a3de804da5edbc3f50794cc44f852258b /src/usr/local/www/services_dyndns_edit.php
parentb19ff0d2dfc39f32ecb6b7d5f4836cd22a3c4ea0 (diff)
downloadpfsense-06972ee55b6fd3da0a54de9b41424ab3184567be.zip
pfsense-06972ee55b6fd3da0a54de9b41424ab3184567be.tar.gz
Fixed #5275
Diffstat (limited to 'src/usr/local/www/services_dyndns_edit.php')
-rw-r--r--src/usr/local/www/services_dyndns_edit.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php
index 4e513ad..d391dbc 100644
--- a/src/usr/local/www/services_dyndns_edit.php
+++ b/src/usr/local/www/services_dyndns_edit.php
@@ -407,6 +407,11 @@ if (isset($id) && $a_dyndns[$id]) {
'hidden',
$id
));
+
+ $form->addGlobal(new Form_Button(
+ 'force',
+ 'Save & Force Update'
+ ))->removeClass('btn-primary')->addClass('btn-info');
}
$form->add($section);
OpenPOWER on IntegriCloud