Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
eaf5b1c1
Commit
eaf5b1c1
authored
Jun 21, 2018
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
devenv: adds dashboard with multiple rows
parent
75e378b6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
devenv/dashboards/dev-dashboards/dashboard_with_rows.json
+0
-0
devenv/dashboards/dev-dashboards/dev-dashboards.yaml
+9
-0
devenv/setup.sh
+4
-2
No files found.
devenv/dashboards/dev-dashboards/dashboard_with_rows.json
0 → 100644
View file @
eaf5b1c1
This diff is collapsed.
Click to expand it.
devenv/dashboards/dev-dashboards/dev-dashboards.yaml
0 → 100644
View file @
eaf5b1c1
apiVersion
:
1
providers
:
-
name
:
'
dev
dashboards'
folder
:
'
dev
dashboards'
type
:
file
options
:
path
:
devenv/dashboards/dev-dashboards
devenv/setup.sh
View file @
eaf5b1c1
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment