Skip to content

Commit

Permalink
plugin config simplified
Browse files Browse the repository at this point in the history
  • Loading branch information
eapearson committed Oct 13, 2020
1 parent b951f8c commit 70acf2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified dist.tgz
Binary file not shown.
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 70acf2f

Please sign in to comment.