Skip to content

Commit

Permalink
Merge pull request #50 from eapearson/master
Browse files Browse the repository at this point in the history
Primarily to simplify config to comply with narrower ui requirements for config structure
  • Loading branch information
eapearson authored Oct 13, 2020
2 parents b8bb296 + 70acf2f commit 7404b08
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Binary file modified dist.tgz
Binary file not shown.
1 change: 0 additions & 1 deletion scripts/build-plugin-dev.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
yarn build
cd build
yarn install-dev
cd ..
10 changes: 5 additions & 5 deletions src/plugin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ package:
name: dashboard
description: The dashboard panel and associated widgets
type: iframe
install:
services:
routes:
- path: dashboard
- path: "{{plugin}}"
view: main
authorization: true
menu:
- name: dashboard
definition:
path: ["dashboard"]
items:
- name: dashboard
path: "{{plugin}}"
label: Dashboard
icon: dashboard

0 comments on commit 7404b08

Please sign in to comment.