We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330c4dc commit f06f503Copy full SHA for f06f503
src/src/panels/healthPanel.js
@@ -13,7 +13,7 @@ export default
13
onDataReady: function () {
14
let status = "normal";
15
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')"
+ 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;"
17
}),
18
this.titleTemplate.overwrite(this.upperPanel.getComponent("title").getEl(), {
19
status: status,
0 commit comments