mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
updates to whats new doc, and building from source, also small fix for panel snapshot, single panelsnapshot should expand panel span to 12
This commit is contained in:
@@ -99,6 +99,7 @@ function (angular, _) {
|
||||
// snapshot single panel
|
||||
if ($scope.modeSharePanel) {
|
||||
var singlePanel = dash.getPanelById($scope.panel.id);
|
||||
singlePanel.span = 12;
|
||||
dash.rows = [{ height: '500px', span: 12, panels: [singlePanel] }];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user