mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(table): minor fix for table panel
This commit is contained in:
@@ -21,7 +21,6 @@ define([
|
|||||||
|
|
||||||
this._initTimeFromUrl();
|
this._initTimeFromUrl();
|
||||||
this._parseTime();
|
this._parseTime();
|
||||||
console.log(dashboard.time);
|
|
||||||
|
|
||||||
if(this.dashboard.refresh) {
|
if(this.dashboard.refresh) {
|
||||||
this.setAutoRefresh(this.dashboard.refresh);
|
this.setAutoRefresh(this.dashboard.refresh);
|
||||||
|
|||||||
@@ -50,6 +50,7 @@ export class TablePanelEditorCtrl {
|
|||||||
|
|
||||||
var plusButton = uiSegmentSrv.newPlusButton();
|
var plusButton = uiSegmentSrv.newPlusButton();
|
||||||
$scope.addColumnSegment.html = plusButton.html;
|
$scope.addColumnSegment.html = plusButton.html;
|
||||||
|
$scope.addColumnSegment.value = plusButton.value;
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.transformChanged = function() {
|
$scope.transformChanged = function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user