Alexandros Kosiaris has submitted this change and it was merged.

Change subject: grafana: Increase homepage 'starred' and 'featured' limit to 100
......................................................................


grafana: Increase homepage 'starred' and 'featured' limit to 100

Follows-up ea0733b. Especially 'starred' should not be limited
since that is controlled per-user and a user can have as many as
they like.

Same for featured. If we get more than 20 (currently: 15) featured
dashboards and want to change that we can always untag a few to
not be featured (as they wouldn't be) instead of letting a-z sorting
remove them implicitly.

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

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/files/grafana/home.json b/files/grafana/home.json
index 2f75029..9eec839 100644
--- a/files/grafana/home.json
+++ b/files/grafana/home.json
@@ -38,7 +38,7 @@
             "featured"
           ],
           "title": "Featured dashboards",
-          "limit": 14
+          "limit": 100
         },
         {
           "id": 3,
@@ -46,7 +46,7 @@
           "type": "dashlist",
           "mode": "starred",
           "title": "Starred dashboards",
-          "limit": 14
+          "limit": 100
         }
       ]
     }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifffd88abaa0738f27ecf0ad2ebaa65e1fa0a307f
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Krinkle <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to