|
|
@@ -25,7 +25,7 @@ function (angular, $, kbn, _, moment) {
|
|
|
this.tags = data.tags || [];
|
|
|
this.style = data.style || "dark";
|
|
|
this.timezone = data.timezone || 'browser';
|
|
|
- this.editable = data.editable || true;
|
|
|
+ this.editable = data.editable === false ? false : true;
|
|
|
this.hideControls = data.hideControls || false;
|
|
|
this.rows = data.rows || [];
|
|
|
this.nav = data.nav || [];
|