feat(ui,dashboard): Migrate SC tables to DataTable (#11106)

This commit is contained in:
Kasper Fabricius Kristensen
2025-02-07 15:26:49 +01:00
committed by GitHub
parent d588073cea
commit fcd3e2226e
34 changed files with 847 additions and 858 deletions

View File

@@ -5724,6 +5724,9 @@
"header": {
"type": "string"
},
"hint": {
"type": "string"
},
"label": {
"type": "string"
},
@@ -5742,6 +5745,7 @@
},
"required": [
"header",
"hint",
"label",
"connectedTo",
"noChannels",
@@ -9202,6 +9206,39 @@
"subtitle": {
"type": "string"
},
"list": {
"type": "object",
"properties": {
"empty": {
"type": "object",
"properties": {
"heading": {
"type": "string"
},
"description": {
"type": "string"
}
},
"required": ["heading", "description"],
"additionalProperties": false
},
"filtered": {
"type": "object",
"properties": {
"heading": {
"type": "string"
},
"description": {
"type": "string"
}
},
"required": ["heading", "description"],
"additionalProperties": false
}
},
"required": ["empty", "filtered"],
"additionalProperties": false
},
"createSalesChannel": {
"type": "string"
},
@@ -9293,6 +9330,7 @@
"required": [
"domain",
"subtitle",
"list",
"createSalesChannel",
"createSalesChannelHint",
"enabledHint",