diff options
Diffstat (limited to 'python/gras/query/chart_factory.js')
-rw-r--r-- | python/gras/query/chart_factory.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/gras/query/chart_factory.js b/python/gras/query/chart_factory.js index 01a7244..8b9656a 100644 --- a/python/gras/query/chart_factory.js +++ b/python/gras/query/chart_factory.js @@ -14,6 +14,7 @@ var gras_chart_get_registry = function() {key:'handler_breakdown', name:'Handler Breakdown', factory:GrasChartHandlerBreakdown}, {key:'port_counters', name:'Port Counters', factory:GrasChartPortCounts}, {key:'global_counters', name:'Global Counters', factory:GrasChartGlobalCounts}, + {key:'port_downtime', name:'Port downtime', factory:GrasChartPortDowntime}, ]; } |