Skip to content

Commit 6d63fae

Browse files
author
Andreas H. Kelch
committed
fix: update url
1 parent 9a87979 commit 6d63fae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/admin/customizing/tab.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ adminInfo = {
6868
"access" : ["root"],
6969
"icon" : "default___download", # icon
7070
"action" : "route", # type
71-
"url" : "/dt/myview", # our route
71+
"url" : "/app/myview", # our route
7272
"enabled": "True" # "1" if a selection is required for activation
7373
}
7474
},
@@ -93,7 +93,7 @@ The following call can therefore be used to create an independent tab:
9393
import { useRouter } from "vue-router"
9494
...
9595
const router = useRouter()
96-
let route = router.resolve("/dt/myview")
96+
let route = router.resolve("/app/myview")
9797

9898
dbStore.addOpened(route, null, null, 'My View', 'user')
9999

0 commit comments

Comments
 (0)