Skip to content

Commit

Permalink
Move global dashboards to own directory and make dashboard bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Jul 4, 2022
1 parent 241e01f commit 3293b5b
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ function(datasources)
thresholds=[
{
value: 0,
color: 'yellow',
},
{
value: 50,
color: 'green',
},
],
Expand Down Expand Up @@ -50,5 +46,11 @@ function(datasources)
editable=true,
time_from='now-7d',
).addPanel(
weeklyActiveUsers, {},
weeklyActiveUsers,
gridPos={
x: 0,
y: 0,
w: 25,
h: 10,
},
)

0 comments on commit 3293b5b

Please sign in to comment.