Added custom sass styles for triggers panel.

This commit is contained in:
Alexander Zobnin
2016-03-19 19:17:21 +03:00
parent 404c2afd46
commit c9dfbe646c
5 changed files with 140 additions and 13 deletions

View File

@@ -15,6 +15,7 @@ import _ from 'lodash';
import moment from 'moment';
import {PanelCtrl} from 'app/plugins/sdk';
import {triggerPanelEditor} from './editor';
import './css/panel_triggers.css!';
var defaultSeverity = [
{ priority: 0, severity: 'Not classified', color: '#B7DBAB', show: true },