From 147d55d24f602411fd3db5fa6aacbf12046efbc8 Mon Sep 17 00:00:00 2001 From: Mike Greiling Date: Wed, 30 Aug 2017 00:16:23 -0500 Subject: extract prometheus graph group elements into their own component --- .../monitoring/components/dashboard.vue | 29 ++++++++++------------ 1 file changed, 13 insertions(+), 16 deletions(-) (limited to 'app/assets/javascripts/monitoring/components/dashboard.vue') diff --git a/app/assets/javascripts/monitoring/components/dashboard.vue b/app/assets/javascripts/monitoring/components/dashboard.vue index 04f86d0fd40..74244faa5d9 100644 --- a/app/assets/javascripts/monitoring/components/dashboard.vue +++ b/app/assets/javascripts/monitoring/components/dashboard.vue @@ -3,6 +3,7 @@ import _ from 'underscore'; import statusCodes from '../../lib/utils/http_status'; import MonitoringService from '../services/monitoring_service'; + import GraphGroup from './graph_group.vue'; import GraphRow from './graph_row.vue'; import EmptyState from './empty_state.vue'; import MonitoringStore from '../stores/monitoring_store'; @@ -31,6 +32,7 @@ }, components: { + GraphGroup, GraphRow, EmptyState, }, @@ -120,29 +122,24 @@ -- cgit v1.2.1