diff --git a/dashboard/src/components/app/Proxy.vue b/dashboard/src/components/app/Proxy.vue
new file mode 100644
index 000000000..f88fb9067
--- /dev/null
+++ b/dashboard/src/components/app/Proxy.vue
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/dashboard/src/views/AppConfigureView.vue b/dashboard/src/views/AppConfigureView.vue
index c2bc7e2c6..135a08dba 100644
--- a/dashboard/src/views/AppConfigureView.vue
+++ b/dashboard/src/views/AppConfigureView.vue
@@ -15,6 +15,7 @@ import Eventlog from '../components/app/Eventlog.vue';
import Graphs from '../components/app/Graphs.vue';
import Info from '../components/app/Info.vue';
import Location from '../components/app/Location.vue';
+import Proxy from '../components/app/Proxy.vue';
import Resources from '../components/app/Resources.vue';
import Repair from '../components/app/Repair.vue';
import Security from '../components/app/Security.vue';
@@ -216,7 +217,7 @@ onBeforeUnmount(() => {
-
+