Skip to content

Improve style of parameters card#440

Open
EZoni wants to merge 1 commit into
BLAST-AI-ML:mainfrom
EZoni:style_parameters_card
Open

Improve style of parameters card#440
EZoni wants to merge 1 commit into
BLAST-AI-ML:mainfrom
EZoni:style_parameters_card

Conversation

@EZoni
Copy link
Copy Markdown
Member

@EZoni EZoni commented May 8, 2026

Overview

Minor style changes extracted from #439.

Before

Screenshot from 2026-05-08 13-22-48

After

Screenshot from 2026-05-08 13-19-34

Diff without whitespace

diff --git a/dashboard/parameters_manager.py b/dashboard/parameters_manager.py
index 9cfc5a5..7fe3e39 100644
--- a/dashboard/parameters_manager.py
+++ b/dashboard/parameters_manager.py
@@ -227,27 +227,30 @@ class ParametersManager:
                                         change="flushState('parameters_show_all')",
                                         label="Show all",
                                     )
-                        with vuetify.VRow(align="center"):
-                            with vuetify.VCol(cols=6):
                         with vuetify.VRow():
                             with vuetify.VCol():
+                                vuetify.VTextField(
+                                    v_model_number=("simulation_running_status",),
+                                    label="Simulation status",
+                                    readonly=True,
+                                    dense=True,
+                                    hide_details=True,
+                                )
+                        with vuetify.VRow():
+                            with vuetify.VCol(cols=6):
                                 vuetify.VBtn(
                                     "Reset",
                                     click=self.reset,
+                                    block=True,
                                     style="text-transform: none",
                                 )
-                                    with vuetify.VCol():
+                            with vuetify.VCol(cols=6):
                                 vuetify.VBtn(
                                     "Simulate",
                                     click=self.simulation_trigger,
                                     disabled=(
                                         "simulation_running || perlmutter_status != 'active' || !simulatable",
                                     ),
-                                            style="text-transform: none;",
-                                        )
-                            with vuetify.VCol(cols=6):
-                                vuetify.VTextField(
-                                    v_model_number=("simulation_running_status",),
-                                    label="Simulation status",
-                                    readonly=True,
+                                    block=True,
+                                    style="text-transform: none",
                                 )

@EZoni EZoni requested a review from RemiLehe May 8, 2026 20:25
@EZoni EZoni added the dashboard Changes related to the dashboard label May 8, 2026
@EZoni EZoni mentioned this pull request May 8, 2026
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dashboard Changes related to the dashboard

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants