diff --git a/panel/src/panel/templates/base.html b/panel/src/panel/templates/base.html
index aa29745a..913b19fb 100644
--- a/panel/src/panel/templates/base.html
+++ b/panel/src/panel/templates/base.html
@@ -26,6 +26,9 @@
Services
+
+ Configuration
+
{% load custom_tags %}
diff --git a/panel/src/panel/templates/deploy_services.html b/panel/src/panel/templates/configuration_form.html
similarity index 91%
rename from panel/src/panel/templates/deploy_services.html
rename to panel/src/panel/templates/configuration_form.html
index f9c52275..84ec0ec4 100644
--- a/panel/src/panel/templates/deploy_services.html
+++ b/panel/src/panel/templates/configuration_form.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block content %}
-