Skip to content

Commit

Permalink
Update source for column File Name
Browse files Browse the repository at this point in the history
  • Loading branch information
GinzburgLev committed Mar 10, 2025
1 parent 10fa0ed commit 2a00182
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pynxtools/nomad/entrypoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def load(self):
Column(title="Entry ID", search_quantity="entry_id", selected=True),
Column(
title="File Name",
search_quantity=f"data.name#{schema}",
search_quantity=f"mainfile",
selected=True,
),
Column(
Expand Down Expand Up @@ -159,6 +159,7 @@ def load(self):
filters_locked={
f"data.ENTRY.definition__field#{schema}": nxdefs_inheriting_from_sensorscan,
},
# filters_locked={"section_defs.definition_qualified_name": [schema]},
# Controls the menu shown on the left
menu=Menu(
title="Menu",
Expand Down

0 comments on commit 2a00182

Please sign in to comment.