Skip to content

Commit f06f503

Browse files
Fix RRM icon size
1 parent 330c4dc commit f06f503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/src/panels/healthPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default
1313
onDataReady: function () {
1414
let status = "normal";
1515
this.iconTemplate.overwrite(this.getComponent("icon").getEl(), { status: status,
16-
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')"
16+
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;"
1717
}),
1818
this.titleTemplate.overwrite(this.upperPanel.getComponent("title").getEl(), {
1919
status: status,

0 commit comments

Comments
 (0)