Skip to content

Commit

Permalink
refine widgets size and columns
Browse files Browse the repository at this point in the history
  • Loading branch information
schumannj committed Jun 9, 2024
1 parent 4853b14 commit 4f679d5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/nomad_unisyscat/apps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
columns=Columns(
selected=[
'entry_name',
'data.name#nomad_unisyscat.schema_packages.mypackage.NRVSpectroscopy',
'data.method#nomad_unisyscat.schema_packages.mypackage.NRVSpectroscopy'
'results.eln.lab_ids',
'data.method#nomad_unisyscat.schema_packages.mypackage.NRVSpectroscopy',
],
options={
'entry_name': Column(),
Expand All @@ -33,7 +33,6 @@
Column(),
'authors.name': Column(),
'results.method.simulation.program_name': Column(),
'results.method.simulation.xc_functional_type': Column(),
},
),

Expand Down Expand Up @@ -139,15 +138,15 @@
'xxl': {
'minH': 3,
'minW': 3,
'h': 9,
'h': 5,
'w': 6,
'y': 0,
'x': 12,
},
'xl': {
'minH': 3,
'minW': 3,
'h': 9,
'h': 5,
'w': 6,
'y': 0,
'x': 12,
Expand Down Expand Up @@ -179,15 +178,15 @@
'xxl': {
'minH': 3,
'minW': 3,
'h': 9,
'h': 5,
'w': 6,
'y': 0,
'x': 18,
},
'xl': {
'minH': 3,
'minW': 3,
'h': 9,
'h': 5,
'w': 6,
'y': 0,
'x': 18,
Expand Down

0 comments on commit 4f679d5

Please sign in to comment.