|
|
|
@ -389,6 +389,7 @@ class Indicator extends PanelMenu.Button {
|
|
|
|
|
this.boxes['warning'].set_text ( '…' ); |
|
|
|
|
this.boxes['critical'].set_text ( '…' ); |
|
|
|
|
this.boxes['unknown'].set_text ( '…' ); |
|
|
|
|
this.stopChildSpin ( this._reloadButton ); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -498,6 +499,7 @@ class Indicator extends PanelMenu.Button {
|
|
|
|
|
|
|
|
|
|
this.stopChildSpin ( this._reloadButton ); |
|
|
|
|
|
|
|
|
|
monitoLog ( 'RefreshUI done' ); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|