From 36b43288dbd739f10caac90a48f6571a45f84c1c Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 29 May 2026 22:09:47 +0800 Subject: [PATCH] fix: wrap Tabular in VBox with cheight for proper scrolling --- scripts/__pycache__/load_path.cpython-310.pyc | Bin 0 -> 3941 bytes wwwroot/components/index.ui | 12 ++++++++++-- wwwroot/cpccluster/index.ui | 12 ++++++++++-- wwwroot/cpclist/index.ui | 12 ++++++++++-- wwwroot/cpcnode/index.ui | 12 ++++++++++-- wwwroot/cpcpod/index.ui | 11 ++++++++++- wwwroot/cpcpodyaml/index.ui | 11 ++++++++++- wwwroot/cpcworker/index.ui | 11 ++++++++++- 8 files changed, 70 insertions(+), 11 deletions(-) create mode 100644 scripts/__pycache__/load_path.cpython-310.pyc diff --git a/scripts/__pycache__/load_path.cpython-310.pyc b/scripts/__pycache__/load_path.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ea91a3c1d449d3a1d015070acd905ec98424b671 GIT binary patch literal 3941 zcmZ`*X>8oq5hjP+!_+Ou_eI}cAKE0&(W-6|#ZqhsjbuprlLZQb=6jY_UM)8yx3adY zz>SO+1=7X=+O$n5sIf==P3UW>k?v$h8uH+P^F!iF8 zQ@Oe*O9F3i?S?nv=m*vUcL3{v^}q&TBd`hB3~T|m0^5M?zz#qMb^^PA-M}7TFR%~T z4;%n8z(L>;a2PlO3; zU-^JO{_xOoy>?~s=7%n=d}3+k(mP+d_FL_bAB7FH zwU<8<#&!L|Q`${%kVY*rHZH=X3pftA7cqF!jC>UbYDuoos6JDIb^EA#i6vNvzbR!w zs!GGsTemKR`;)=0R8?lm5*`ut6mfX9FtH zGPG(?iNx79DzU0TC6a_b>J>({3whV8Y_Df0TsBAuRcO9*wLT6%HfeED4?NbdU+p3a zxy5xHZ@e`QwrDfn6s%Y_f)(@DU;}*|Y-|z-8<^CCjrDP`f&PC48_45e=5pp=NkwFss=)J6R2r`@wl z_$Rf*7p8Hkm?VIpA=rnBCwX#Js>)O90(mr}RM8xWe)B!bf>KpxRHmFmmy}UQC-FJ$ zw#<@OcDP}ey;9lpRga(d9Pt^;B>d#*$0tvYjru(kBa_DIk@3fjiR0s^PEY!pTRu~A zY>T_DuQ=tRuQ?oEiWaD6R9_XJI!6TME7mOYlMZ*w1uytihXa~s$?wEYLwp&68x*@}G-p`mg8gk_hZkxQ*a*EYP=djMf=W1}m27Zr_$7Bm~WjCMm*a8<)6 zY9VSI@O~5%56nIAxI%&jBhkQl#1s$w!8}~4o*J%Tod~j!yrKwutONEz+m;@!bVO~; zpdO^cSIpwPpDNf>`66ePE^Qd?#DG3&duBne?9fHA@~)dl2aGPm$@AtU4OE6k$0kPx z^>OZcrsIW8l6e*xY~E<$jhMnl&qjhp;~X~UmT67%flR{L37Y#hrJ9_Rq-(SrC-U&*#11XgeK3xIqjX1MA1ehMj|A zc}NW6{04DHj}i?o{EM154Z)j`J~nH!a)Cb}itQ3coC+TOa< zrrSjHA5!Rbto}_2`WGeX7NzJlO4C1S4gG^O`a5;d->8%RN?r69>ZU(a5B-UH>5tS$ zuTnq#f!5OR=??lGt)t)4dio7*pqsRjUZG92LYt{ZTWFcK(hb^1*J(Tbns(5yNT*-Y zPWlDyqMy@l`Wfw^pVD6X3GE}F_S28)0R4zE^g}vGKcGYOeL76vqa*ZP8ldk`mcC7Q m(zoa?`X=2?-=L%Pb-IVXM)%TJ=|1%<>0{|c8kZ)kxBm-`WZaDa literal 0 HcmV?d00001 diff --git a/wwwroot/components/index.ui b/wwwroot/components/index.ui index 605db9c..61d0de3 100644 --- a/wwwroot/components/index.ui +++ b/wwwroot/components/index.ui @@ -1,4 +1,10 @@ - +{ + "widgettype": "VBox", + "options": { + "cheight": 40, + "width": "100%" + }, + "subwidgets": [ { "id":"components_tbl", "widgettype":"Tabular", @@ -129,4 +135,6 @@ ,"binds":[] -} \ No newline at end of file +} + ] +} diff --git a/wwwroot/cpccluster/index.ui b/wwwroot/cpccluster/index.ui index e82e273..aa51205 100644 --- a/wwwroot/cpccluster/index.ui +++ b/wwwroot/cpccluster/index.ui @@ -1,4 +1,10 @@ - +{ + "widgettype": "VBox", + "options": { + "cheight": 40, + "width": "100%" + }, + "subwidgets": [ { "id":"cpccluster_tbl", "widgettype":"Tabular", @@ -152,4 +158,6 @@ ,"binds":[] -} \ No newline at end of file +} + ] +} diff --git a/wwwroot/cpclist/index.ui b/wwwroot/cpclist/index.ui index f9ee167..2ac0f36 100644 --- a/wwwroot/cpclist/index.ui +++ b/wwwroot/cpclist/index.ui @@ -1,4 +1,10 @@ - +{ + "widgettype": "VBox", + "options": { + "cheight": 40, + "width": "100%" + }, + "subwidgets": [ { "id":"cpclist_tbl", "widgettype":"Tabular", @@ -263,4 +269,6 @@ } ] -} \ No newline at end of file +} + ] +} diff --git a/wwwroot/cpcnode/index.ui b/wwwroot/cpcnode/index.ui index 425ffb4..41b58ec 100644 --- a/wwwroot/cpcnode/index.ui +++ b/wwwroot/cpcnode/index.ui @@ -1,4 +1,10 @@ - +{ + "widgettype": "VBox", + "options": { + "cheight": 40, + "width": "100%" + }, + "subwidgets": [ { "id":"cpcnode_tbl", "widgettype":"Tabular", @@ -185,4 +191,6 @@ ,"binds":[] -} \ No newline at end of file +} + ] +} diff --git a/wwwroot/cpcpod/index.ui b/wwwroot/cpcpod/index.ui index ed00628..089e008 100644 --- a/wwwroot/cpcpod/index.ui +++ b/wwwroot/cpcpod/index.ui @@ -1,3 +1,10 @@ +{ + "widgettype": "VBox", + "options": { + "cheight": 40, + "width": "100%" + }, + "subwidgets": [ { "id": "cpcpod_tbl", "widgettype": "Tabular", @@ -176,4 +183,6 @@ "cache_limit": 5 }, "binds": [] -} \ No newline at end of file +} + ] +} diff --git a/wwwroot/cpcpodyaml/index.ui b/wwwroot/cpcpodyaml/index.ui index b624e57..a58d698 100644 --- a/wwwroot/cpcpodyaml/index.ui +++ b/wwwroot/cpcpodyaml/index.ui @@ -1,3 +1,10 @@ +{ + "widgettype": "VBox", + "options": { + "cheight": 40, + "width": "100%" + }, + "subwidgets": [ { "id": "cpcnode_tbl", "widgettype": "Tabular", @@ -275,4 +282,6 @@ "cache_limit": 5 }, "binds": [] -} \ No newline at end of file +} + ] +} diff --git a/wwwroot/cpcworker/index.ui b/wwwroot/cpcworker/index.ui index e9f47c5..2f5bd47 100644 --- a/wwwroot/cpcworker/index.ui +++ b/wwwroot/cpcworker/index.ui @@ -1,3 +1,10 @@ +{ + "widgettype": "VBox", + "options": { + "cheight": 40, + "width": "100%" + }, + "subwidgets": [ { "id": "cpcworker_tbl", "widgettype": "Tabular", @@ -176,4 +183,6 @@ "cache_limit": 5 }, "binds": [] -} \ No newline at end of file +} + ] +}