File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,6 @@ export class KeybindingSrv {
109
109
}
110
110
111
111
scope . appEvent ( 'hide-dash-editor' ) ;
112
-
113
112
scope . exitFullscreen ( ) ;
114
113
} ) ;
115
114
}
Original file line number Diff line number Diff line change 5
5
'./dashnav/dashnav' ,
6
6
'./submenu/submenu' ,
7
7
'./saveDashboardAsCtrl' ,
8
- './rowCtrl' ,
9
8
'./shareModalCtrl' ,
10
9
'./shareSnapshotCtrl' ,
11
10
'./dashboard_srv' ,
Original file line number Diff line number Diff line change 40
40
</ div >
41
41
</ div >
42
42
43
- < div ng-if ="!ctrl.dashboard.editMode && ctrl.row.showTitle ">
44
- < div class ="dash-row-header ">
43
+ < div ng-if ="!ctrl.dashboard.editMode ">
44
+ < div class ="dash-row-header " ng-if =" ctrl.showtitle " >
45
45
< a class ="dash-row-header-title " ng-click ="ctrl.toggleCollapse() ">
46
46
< span class ="dash-row-collapse-toggle pointer ">
47
47
< i class ="fa fa-chevron-down " ng-show ="!ctrl.row.collapse "> </ i >
53
53
</ div >
54
54
55
55
< div class ="panels-wrapper " ng-if ="!ctrl.row.collapse ">
56
- < div ng-repeat ="panel in ctrl.row.panels track by panel.id " class ="panel " ui-draggable ="ctrl.dashboard.editMode " drag ="panel.id " ui-on-drop ="ctrl.onDrop($data, panel) " drag-handle-class ="drag-handle " panel-width >
56
+ < div ng-repeat ="panel in ctrl.row.panels track by panel.id " class ="panel " ui-draggable ="! ctrl.dashboard.meta.fullscreen " drag ="panel.id " ui-on-drop ="ctrl.onDrop($data, panel) " drag-handle-class ="drag-handle " panel-width >
57
57
< plugin-component type ="panel " class ="panel-margin ">
58
58
</ plugin-component >
59
59
</ div >
You can’t perform that action at this time.
0 commit comments