Skip to content

Commit 8f96eba

Browse files
#55, Fixed showing progress during update RR process. #52
1 parent 01d68e5 commit 8f96eba

File tree

5 files changed

+12
-2717
lines changed

5 files changed

+12
-2717
lines changed

src/app/rr-manager.widget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Ext.define("SYNOCOMMUNITY.RRManager.Widget", {
6060
self.runScheduledTask('MountLoaderDisk');
6161
const rrRR = await this.checkRRVersion();
6262
const rrConf = await this.getRRConf();
63-
let rr_health_status = rrConf.rr_health == 'health' ? this.TYPE_NORMAL : this.TYPE_ATTENTION;
63+
let rr_health_status = rrConf.rr_health == 'healthy' ? this.TYPE_NORMAL : this.TYPE_ATTENTION;
6464
self.setInfo({
6565
title: self.getTitle(rr_health_status),
6666
message: self.getStatusMessage(rr_health_status),

0 commit comments

Comments
 (0)