Addshore has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/259666

Change subject: Grafana increase homepage dash list limits
......................................................................

Grafana increase homepage dash list limits

The Featured Wikidata dashboard recently fell
off the bottom of the list which is by default
limited to 10! (as we now have more than 10
deatured dashes).

14 means we can again show all featured dashboards
and does not actually increase the size of the list,
simply uses the empty space at the bottom...

Change-Id: Ibad9153dd52836042157e22a1bbab121c6b828f1
---
M files/grafana/home.json
1 file changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/66/259666/1

diff --git a/files/grafana/home.json b/files/grafana/home.json
index 3cbaf0f..2f75029 100644
--- a/files/grafana/home.json
+++ b/files/grafana/home.json
@@ -37,14 +37,16 @@
           "tags": [
             "featured"
           ],
-          "title": "Featured dashboards"
+          "title": "Featured dashboards",
+          "limit": 14
         },
         {
           "id": 3,
           "span": 6,
           "type": "dashlist",
           "mode": "starred",
-          "title": "Starred dashboards"
+          "title": "Starred dashboards",
+          "limit": 14
         }
       ]
     }

-- 
To view, visit https://gerrit.wikimedia.org/r/259666
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibad9153dd52836042157e22a1bbab121c6b828f1
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Addshore <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to