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:
Torkel Ödegaard
2015-03-30 11:08:46 +02:00
parent b46f8bad6d
commit de51aeab7b
3 changed files with 28 additions and 21 deletions

View File

@@ -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] }];
}