From: erosen Date: Wed, 20 Jun 2012 23:07:26 +0000 (-0700) Subject: updated reportcard.json to include the model information X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=17bafa4a210261f1302feb7d3a0fdb8f5f0be3b9;p=kraken-ui.git updated reportcard.json to include the model information --- diff --git a/data/dashboards/reportcard.json b/data/dashboards/reportcard.json index cdb0f21..400c2c3 100644 --- a/data/dashboards/reportcard.json +++ b/data/dashboards/reportcard.json @@ -1,18 +1,23 @@ { "name": "Reportcard", - "graphs": [ - "unique_visitors", - "reach", - "pageviews", - "pageviews_mobile", - "pageviews_mobile_target", - "commons", - "articles", - "articles_per_day", - "edits", - "new_editors", - "active_editors", - "active_editors_target", - "very_active_editors" - ] + "tabs": [ + { + "name":"Core", + "graph_ids":[ + "unique_visitors", + "reach", + "pageviews", + "pageviews_mobile", + "pageviews_mobile_target", + "commons", + "articles", + "articles_per_day", + "edits", + "new_editors", + "active_editors", + "active_editors_target", + "very_active_editors" + ] + } + ] }