File tree Expand file tree Collapse file tree 4 files changed +3
-35
lines changed Expand file tree Collapse file tree 4 files changed +3
-35
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ export class GrafanaApp {
40
40
41
41
init ( ) {
42
42
var app = angular . module ( 'grafana' , [ ] ) ;
43
- app . constant ( 'grafanaVersion' , "@grafanaVersion@" ) ;
44
43
45
44
moment . locale ( config . bootData . user . locale ) ;
46
45
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import "./directives/dash_class";
6
6
import "./directives/confirm_click" ;
7
7
import "./directives/dash_edit_link" ;
8
8
import "./directives/dropdown_typeahead" ;
9
- import "./directives/grafana_version_check" ;
10
9
import "./directives/metric_segment" ;
11
10
import "./directives/misc" ;
12
11
import "./directives/ng_model_on_blur" ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 65
65
}
66
66
67
67
.gf-timepicker-component {
68
- margin-bottom : 10px ;
68
+ padding : $spacer / 2 0 ;
69
+
69
70
td {
70
71
padding : 1px ;
71
72
}
72
73
button .btn-sm {
73
74
@include buttonBackground ($btn-inverse-bg , $btn-inverse-bg-hl );
74
75
background-image : none ;
75
76
border : none ;
76
- padding : 6 px 10 px ;
77
+ padding : 5 px 9 px ;
77
78
color : $text-color ;
78
79
& .active span {
79
80
color : $blue ;
You can’t perform that action at this time.
0 commit comments