Skip to content

Commit

Permalink
fix widget name and action
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriiNazarenkoTine committed Apr 7, 2024
1 parent 5632759 commit 11c0dde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/app/config
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 11c0dde

Please sign in to comment.