|
|
@ -105,9 +105,10 @@ export class AnalyticController { |
|
|
|
this._analyticUnitsSet.addItem(this._newAnalyticUnit); |
|
|
|
this._analyticUnitsSet.addItem(this._newAnalyticUnit); |
|
|
|
this._creatingNewAnalyticType = false; |
|
|
|
this._creatingNewAnalyticType = false; |
|
|
|
this._savingNewAnalyticUnit = false; |
|
|
|
this._savingNewAnalyticUnit = false; |
|
|
|
// this.runEnabledWaiter(this._newAnalyticUnit);
|
|
|
|
if(this._newAnalyticUnit.detectorType !== 'threshold') { |
|
|
|
this._runStatusWaiter(this._newAnalyticUnit); |
|
|
|
this._runStatusWaiter(this._newAnalyticUnit); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
get creatingNew() { return this._creatingNewAnalyticType; } |
|
|
|
get creatingNew() { return this._creatingNewAnalyticType; } |
|
|
|
get saving() { return this._savingNewAnalyticUnit; } |
|
|
|
get saving() { return this._savingNewAnalyticUnit; } |
|
|
|