mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-22 23:02:35 +02:00
Do not active the old monitor in the clone page
This commit is contained in:
parent
f9a6d7ec44
commit
43c797a34e
1 changed files with 4 additions and 4 deletions
|
@ -65,12 +65,12 @@ const routes = [
|
||||||
path: "/edit/:id",
|
path: "/edit/:id",
|
||||||
component: EditMonitor,
|
component: EditMonitor,
|
||||||
},
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: "/clone/:id",
|
path: "/clone/:id",
|
||||||
component: EditMonitor,
|
component: EditMonitor,
|
||||||
},
|
},
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: "/add",
|
path: "/add",
|
||||||
component: EditMonitor,
|
component: EditMonitor,
|
||||||
|
|
Loading…
Add table
Reference in a new issue