feat(alerting): poc of dragable alert handles

pull/5622/head
Torkel Ödegaard 9 years ago
parent 66c2594262
commit 0b919c752b
  1. 1
      public/app/plugins/panel/graph/graph.js
  2. 5
      public/sass/components/_panel_graph.scss

@ -13,6 +13,7 @@ define([
'jquery.flot.fillbelow',
'jquery.flot.crosshair',
'./jquery.flot.events',
'./jquery.flot.alerts',
],
function (angular, $, moment, _, kbn, GraphTooltip) {
'use strict';

@ -315,3 +315,8 @@
font-size: 12px;
}
.alert-handle {
padding: 0.4rem;;
background-color: $dark-4;
box-shadow: $search-shadow;
}

Loading…
Cancel
Save