Skip to content

Commit 7404b08

Browse files
authored
Merge pull request #50 from eapearson/master
Primarily to simplify config to comply with narrower ui requirements for config structure
2 parents b8bb296 + 70acf2f commit 7404b08

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

dist.tgz

80 Bytes
Binary file not shown.

scripts/build-plugin-dev.bash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
yarn build
21
cd build
32
yarn install-dev
43
cd ..

src/plugin/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ package:
44
name: dashboard
55
description: The dashboard panel and associated widgets
66
type: iframe
7-
install:
7+
services:
88
routes:
9-
- path: dashboard
9+
- path: "{{plugin}}"
1010
view: main
1111
authorization: true
1212
menu:
13-
- name: dashboard
14-
definition:
15-
path: ["dashboard"]
13+
items:
14+
- name: dashboard
15+
path: "{{plugin}}"
1616
label: Dashboard
1717
icon: dashboard

0 commit comments

Comments
 (0)