diff --git a/dist.tgz b/dist.tgz index 9bd90d1..b9c5a9d 100644 Binary files a/dist.tgz and b/dist.tgz differ diff --git a/scripts/build-plugin-dev.bash b/scripts/build-plugin-dev.bash index 8754230..117aece 100644 --- a/scripts/build-plugin-dev.bash +++ b/scripts/build-plugin-dev.bash @@ -1,4 +1,3 @@ -yarn build cd build yarn install-dev cd .. \ No newline at end of file diff --git a/src/plugin/config.yml b/src/plugin/config.yml index 26ba7e9..4975adc 100644 --- a/src/plugin/config.yml +++ b/src/plugin/config.yml @@ -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