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