Base layout and base statistics pages

This commit is contained in:
2026-01-20 13:38:25 +00:00
parent ab003c148d
commit fd3b3b8e67
43 changed files with 2733 additions and 310 deletions

View File

@@ -0,0 +1 @@
select * from mpe.poormancapacity;

View File

@@ -0,0 +1,31 @@
{
"gitSyncId": "6968b6e8271e5e0befde3194_d60005da-e39e-4d62-a1e9-3b2eb7b574ef",
"id": "Home_capacity_display_all",
"pluginId": "postgres-plugin",
"pluginType": "DB",
"unpublishedAction": {
"actionConfiguration": {
"body": "select * from mpe.poormancapacity;",
"encodeParamsToggle": true,
"paginationType": "NONE",
"pluginSpecifiedTemplates": [
{
"value": true
}
],
"timeoutInMillisecond": 10000
},
"confirmBeforeExecute": false,
"datasource": {
"id": "xTuple_Sandbox",
"isAutoGenerated": false,
"name": "xTuple_Sandbox",
"pluginId": "postgres-plugin"
},
"dynamicBindingPathList": [],
"name": "capacity_display_all",
"pageId": "Home",
"runBehaviour": "MANUAL",
"userSetOnLoad": false
}
}