feat: add ability to group monitors in dashboard

This commit is contained in:
Peace
2023-01-28 02:58:03 +01:00
parent d99d37898e
commit 645fd94bba
11 changed files with 411 additions and 44 deletions

View File

@@ -678,6 +678,7 @@ let needSetup = false;
server.monitorList[monitor.id]?.prometheus()?.remove();
bean.name = monitor.name;
bean.parent = monitor.parent;
bean.type = monitor.type;
bean.url = monitor.url;
bean.method = monitor.method;