aboutsummaryrefslogtreecommitdiffstats
path: root/packages/freenas/www/services_unison.php
diff options
context:
space:
mode:
Diffstat (limited to 'packages/freenas/www/services_unison.php')
-rw-r--r--packages/freenas/www/services_unison.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/freenas/www/services_unison.php b/packages/freenas/www/services_unison.php
index 25425fdd..eec58865 100644
--- a/packages/freenas/www/services_unison.php
+++ b/packages/freenas/www/services_unison.php
@@ -142,6 +142,10 @@ mount_sort();
$a_mount = &$freenas_config['mounts']['mount'];
+/* if ajax is calling, give them an update message */
+if(isAjax())
+ print_info_box_np($savemsg);
+
include("head.inc");
/* put your custom HTML head content here */
/* using some of the $pfSenseHead function calls */