We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8bb296 + 70acf2f commit 7404b08Copy full SHA for 7404b08
dist.tgz
80 Bytes
scripts/build-plugin-dev.bash
@@ -1,4 +1,3 @@
1
-yarn build
2
cd build
3
yarn install-dev
4
cd ..
src/plugin/config.yml
@@ -4,14 +4,14 @@ package:
name: dashboard
5
description: The dashboard panel and associated widgets
6
type: iframe
7
-install:
+services:
8
routes:
9
- - path: dashboard
+ - path: "{{plugin}}"
10
view: main
11
authorization: true
12
menu:
13
- - name: dashboard
14
- definition:
15
- path: ["dashboard"]
+ items:
+ - name: dashboard
+ path: "{{plugin}}"
16
label: Dashboard
17
icon: dashboard
0 commit comments