🔧 Update deprecated attributes in config file (#868)

This commit is contained in:
Manuel
2023-05-03 12:51:03 +02:00
committed by GitHub
parent 50aba040e4
commit 1c0c9cc282

View File

@@ -33,8 +33,8 @@
}, },
"network": { "network": {
"enabledStatusChecker": false, "enabledStatusChecker": false,
"okStatus": [ "statusCodes": [
200 "200"
] ]
}, },
"appearance": { "appearance": {
@@ -94,8 +94,8 @@
}, },
"network": { "network": {
"enabledStatusChecker": false, "enabledStatusChecker": false,
"okStatus": [ "statusCodes": [
200 "200"
] ]
}, },
"appearance": { "appearance": {
@@ -155,7 +155,7 @@
}, },
"network": { "network": {
"enabledStatusChecker": false, "enabledStatusChecker": false,
"okStatus": [] "statusCodes": []
}, },
"appearance": { "appearance": {
"iconUrl": "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/github.png" "iconUrl": "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/github.png"
@@ -214,8 +214,8 @@
}, },
"network": { "network": {
"enabledStatusChecker": false, "enabledStatusChecker": false,
"okStatus": [ "statusCodes": [
200 "200"
] ]
}, },
"appearance": { "appearance": {