diff --git a/src/views/dashboard/controls/Topology.vue b/src/views/dashboard/controls/Topology.vue
index d34ee819..6205d8f6 100644
--- a/src/views/dashboard/controls/Topology.vue
+++ b/src/views/dashboard/controls/Topology.vue
@@ -14,21 +14,26 @@ See the License for the specific language governing permissions and
limitations under the License. -->
-
-
-
-
-
-
-
- {{ t("delete") }}
-
-
+
+
+
+
+
+
+
+
+ {{ t("edit") }}
+
+
+ {{ t("delete") }}
+
+
+
@@ -54,6 +59,10 @@ const dashboardStore = useDashboardStore();
function removeTopo() {
dashboardStore.removeControls(props.data);
}
+function editConfig() {
+ dashboardStore.setConfigPanel(true);
+ dashboardStore.selectWidget(props.data);
+}