From 34e5ab746489195c0a33dec90490d7fe10b662de Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Sun, 29 Dec 2013 16:27:54 -0700 Subject: [PATCH] Added cluster status panel to config.js --- config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index db41c27bb7d8..82735419e3e1 100644 --- a/config.js +++ b/config.js @@ -63,7 +63,8 @@ define(['settings'], 'query', 'terms', 'sparklines', - 'marvel.stats_table' + 'marvel.stats_table', + 'marvel.cluster' ] }); });