mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
public: fix codespell issues
This commit is contained in:
@@ -129,7 +129,7 @@ export class DashboardModel {
|
||||
this.meta = meta;
|
||||
}
|
||||
|
||||
// cleans meta data and other non peristent state
|
||||
// cleans meta data and other non persistent state
|
||||
getSaveModelClone() {
|
||||
// make clone
|
||||
var copy: any = {};
|
||||
@@ -606,7 +606,7 @@ export class DashboardModel {
|
||||
if (panel.gridPos.x + panel.gridPos.w * 2 <= GRID_COLUMN_COUNT) {
|
||||
newPanel.gridPos.x += panel.gridPos.w;
|
||||
} else {
|
||||
// add bellow
|
||||
// add below
|
||||
newPanel.gridPos.y += panel.gridPos.h;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user