Feature: Clone existing monitor

Closes #565
Closes #2319

Adds the feature of cloning existing monitor, I have briefly tested it with ping and https and ensured that all properties was cloned including notifications.
This commit is contained in:
Mathias Haugsbø
2022-12-27 23:26:05 +01:00
parent f6ea1fe9a5
commit 608e3f5582
4 changed files with 33 additions and 3 deletions

View File

@@ -63,6 +63,10 @@ const routes = [
path: "/edit/:id",
component: EditMonitor,
},
{
path: "/clone/:id",
component: EditMonitor,
},
],
},
{