Skip to content

Commit

Permalink
fix user_defiend quantities filter menu
Browse files Browse the repository at this point in the history
  • Loading branch information
schumannj committed Oct 22, 2024
1 parent df211e4 commit 1071dd5
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/nomad_catalysis/apps/heterogeneous_catalysis_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@
default columns are specifically designed for Heterogeneous Catalyst
exploration. The dashboard directly shows useful
interactive statistics about the data.'
# filters:
# exclude:
# - mainfile
# - entry_name
# - combine
# search_quantities:
# include:
# - '*#nomad_catalysis.schema_packages.catalysis.*'
filters_locked:
quantities: results.properties.catalytic
search_syntaxes:
Expand Down Expand Up @@ -130,7 +122,6 @@
type: terms
- type: menu
title: Reactants
#path: results.properties.catalytic.reaction.reactants
indentation: 2
size: md
items:
Expand All @@ -147,7 +138,6 @@
search_quantity: results.properties.catalytic.reaction.reactants.gas_concentration_out
- type: menu
title: Products
# path: results.properties.catalytic.reaction.products
indentation: 2
size: md
items:
Expand Down Expand Up @@ -202,7 +192,7 @@
type: terms
- type: menu
title: User Defined Quantities
size: l
size: xl
items:
- type: custom_quantities
- type: menu
Expand Down

0 comments on commit 1071dd5

Please sign in to comment.