Commit eaf5b1c1 by bergquist

devenv: adds dashboard with multiple rows

parent 75e378b6
apiVersion: 1
providers:
- name: 'dev dashboards'
folder: 'dev dashboards'
type: file
options:
path: devenv/dashboards/dev-dashboards
......@@ -23,7 +23,9 @@ requiresJsonnet() {
}
defaultDashboards() {
echo "not implemented yet"
requiresJsonnet
ln -s -f -r ./dashboards/dev-dashboards/dev-dashboards.yaml ../conf/provisioning/dashboards/custom.yaml
}
defaultDatasources() {
......@@ -52,7 +54,7 @@ main() {
elif [[ $cmd == "default-datasources" ]]; then
defaultDatasources
elif [[ $cmd == "default-dashboards" ]]; then
bulkDashboard
defaultDashboards
else
usage
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment