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:
parent
df366da721
commit
36ab8ae19c
@ -21,7 +21,6 @@ define([
|
||||
|
||||
this._initTimeFromUrl();
|
||||
this._parseTime();
|
||||
console.log(dashboard.time);
|
||||
|
||||
if(this.dashboard.refresh) {
|
||||
this.setAutoRefresh(this.dashboard.refresh);
|
||||
|
@ -50,6 +50,7 @@ export class TablePanelEditorCtrl {
|
||||
|
||||
var plusButton = uiSegmentSrv.newPlusButton();
|
||||
$scope.addColumnSegment.html = plusButton.html;
|
||||
$scope.addColumnSegment.value = plusButton.value;
|
||||
};
|
||||
|
||||
$scope.transformChanged = function() {
|
||||
|
Loading…
Reference in New Issue
Block a user