aboutsummaryrefslogtreecommitdiffstats
path: root/packages/freenas/www/services_nfs.php
diff options
context:
space:
mode:
Diffstat (limited to 'packages/freenas/www/services_nfs.php')
-rw-r--r--packages/freenas/www/services_nfs.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/freenas/www/services_nfs.php b/packages/freenas/www/services_nfs.php
index 70351bf1..092f71a6 100644
--- a/packages/freenas/www/services_nfs.php
+++ b/packages/freenas/www/services_nfs.php
@@ -115,6 +115,10 @@ if (! empty($_POST))
}
}
+/* 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 */