diff --git a/dashboard-ui/advanced.html b/dashboard-ui/advanced.html
deleted file mode 100644
index 5c6e311cae..0000000000
--- a/dashboard-ui/advanced.html
+++ /dev/null
@@ -1,71 +0,0 @@
-
\ No newline at end of file
diff --git a/dashboard-ui/components/filedownloader.js b/dashboard-ui/components/filedownloader.js
new file mode 100644
index 0000000000..9460a31e61
--- /dev/null
+++ b/dashboard-ui/components/filedownloader.js
@@ -0,0 +1,9 @@
+define([], function () {
+
+ return function (items) {
+
+ items.forEach(function (item) {
+ window.location.href = item.url;
+ });
+ };
+});
\ No newline at end of file
diff --git a/dashboard-ui/dashboardgeneral.html b/dashboard-ui/dashboardgeneral.html
index 8c2b2238c6..ab626ee70d 100644
--- a/dashboard-ui/dashboardgeneral.html
+++ b/dashboard-ui/dashboardgeneral.html
@@ -53,6 +53,35 @@
+
+
+
+
+
${HeaderBrandingHelp}
@@ -68,6 +97,28 @@
+
+
+
+
+
${OptionEnableWebClientResponseCache}
+
+
+
+
${OptionEnableWebClientResourceMinification}
+
+
+ ${OptionDisableForDevelopmentHelp}
+
+
+
+