mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
changed default row height to 250px
This commit is contained in:
parent
6e2348d2b1
commit
2d061ce45a
@ -92,7 +92,7 @@ function (angular, $, config, _) {
|
|||||||
$scope.reset_row = function() {
|
$scope.reset_row = function() {
|
||||||
$scope.row = {
|
$scope.row = {
|
||||||
title: '',
|
title: '',
|
||||||
height: '150px',
|
height: '250px',
|
||||||
editable: true,
|
editable: true,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user