mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 11:26:13 +00:00
dashboard: thermal sensors requires close action
This commit is contained in:
parent
0d895a3781
commit
6db977e56a
@ -231,4 +231,10 @@ export default class ThermalSensors extends BaseWidget {
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
onWidgetClose() {
|
||||
if (this.chart !== null) {
|
||||
this.chart.destroy();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user