From f06f503b067c72c3a841d0c88bd871ebb1dc24c5 Mon Sep 17 00:00:00 2001 From: Yurii Nazarenko Date: Mon, 18 Nov 2024 00:09:32 +0100 Subject: [PATCH] Fix RRM icon size --- src/src/panels/healthPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src/panels/healthPanel.js b/src/src/panels/healthPanel.js index b790c1a..cb588cc 100644 --- a/src/src/panels/healthPanel.js +++ b/src/src/panels/healthPanel.js @@ -13,7 +13,7 @@ export default onDataReady: function () { let status = "normal"; this.iconTemplate.overwrite(this.getComponent("icon").getEl(), { status: status, - style:"background-image:url('webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/rr-manager/images/rr-manager-{0}.png&app_version=0.1')" + style:"background-image:url('webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/rr-manager/images/rr-manager-{0}.png&app_version=0.1'); background-size: cover;" }), this.titleTemplate.overwrite(this.upperPanel.getComponent("title").getEl(), { status: status,