Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion layouts/wizard/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
background: #827bff;
}
.restartButton {
background: lightgrey;
background: #6544e9;
font-family: inherit;
min-width: auto;
}
Expand Down
13 changes: 0 additions & 13 deletions static/wizardassets/data/quickstart_flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,19 +245,6 @@
"id": 29
}
]
},
{
"name": "_decision",
"test": "string",
"if": "qnap",
"is_open": false,
"id": 30,
"children": [
{
"name": "https://qnapclub.eu/en/qpkg/1138",
"id": 31
}
]
}
]
}
Expand Down
7 changes: 0 additions & 7 deletions static/wizardassets/data/quickstart_pages.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,6 @@
},
"type": "radio",
"value": "cloudron"
},
{
"text": {
"en": "I own a Qnap NAS"
},
"type": "radio",
"value": "qnap"
}
],
"required": true
Expand Down