diff --git a/Makefile b/Makefile index bb4cd83..f285fb3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SPK_NAME = rr-manager SPK_VERS = 2.0 -SPK_REV = 20 +SPK_REV = 21 SPK_ICON = src/rr-manager.png DSM_UI_DIR = app diff --git a/src/app/config b/src/app/config index e4c1e46..ccfb7cc 100644 --- a/src/app/config +++ b/src/app/config @@ -21,10 +21,10 @@ "rr-manager.widget.js": { "SYNOCOMMUNITY.RRManager.Widget": { "type": "widget", - "title": "Customized", - "icon": "images\/{1}\/wdgt_icn_title_system_info.png", + "title": "RR Manager", + "icon": "images/rr-manager-{0}.png", "appInstance": "SYNO.SDS.AdminCenter.Application", - "launchParam": "{\"fn\":\"SYNO.SDS.AdminCenter.InfoCenter.Main\"}", + "launchParam": "{\"fn\":\"SYNOCOMMUNITY.RRManager.Overview.Main\"}", "depend": ["SYNO.SDS._Widget.GridPanel"], "texts": "texts" }