diff --git a/HMI/code_gen/pages/shared.py b/HMI/code_gen/pages/shared.py index aed17533..bef7d346 100644 --- a/HMI/code_gen/pages/shared.py +++ b/HMI/code_gen/pages/shared.py @@ -79,6 +79,10 @@ sharedfoot = """ { page cardGrid } + if(tId.txt=="cardGrid2") + { + page cardGrid2 + } if(tId.txt=="popupLight") { pageIcons.tTmp1.txt=tTmp.txt diff --git a/HMI/nspanel.HMI b/HMI/nspanel.HMI index 2d3bfa23..09c61220 100644 Binary files a/HMI/nspanel.HMI and b/HMI/nspanel.HMI differ diff --git a/HMI/nspanel.tft b/HMI/nspanel.tft index 2dd2f29c..00e8e89c 100644 Binary files a/HMI/nspanel.tft and b/HMI/nspanel.tft differ