feat: view integrity report in maintenance page (cherry picked)

This commit is contained in:
izzy
2025-11-27 17:53:20 +00:00
parent 0fdc7b4448
commit d3abed3414
14 changed files with 489 additions and 1 deletions
+4
View File
@@ -16967,6 +16967,9 @@
},
"MaintenanceIntegrityReportDto": {
"properties": {
"id": {
"type": "string"
},
"path": {
"type": "string"
},
@@ -16980,6 +16983,7 @@
}
},
"required": [
"id",
"path",
"type"
],