Skip to content

Commit 720c061

Browse files
author
Thomas G.
committed
build: 📦️ fix wizard key names
1 parent e8fd999 commit 720c061

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

synology/WIZARD_UIFILES/install_uifile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"desc": "Runner Configuration",
88
"subitems": [
99
{
10-
"key": "wizard_access_token",
10+
"key": "access_token",
1111
"desc": "Runner Access Token",
1212
"defaultValue": "",
1313
"validator": {
@@ -17,7 +17,7 @@
1717
}
1818
},
1919
{
20-
"key": "wizard_org_name",
20+
"key": "org_name",
2121
"desc": "Runner Organisation Name",
2222
"validator": {
2323
"regex": {
@@ -28,7 +28,7 @@
2828
}
2929
},
3030
{
31-
"key": "wizard_labels",
31+
"key": "labels",
3232
"desc": "Runner Labels",
3333
"emptyText": "synology",
3434
"validator": {

0 commit comments

Comments
 (0)