Booleans are not displayed on overview page
It seems like float, str, and int are all displayed properly on the overview page but not booleans. The data is still visible from the data tab.
Tested on staging with nomad verion 1.2.2.dev483+gd2702d60.
test.archive.yaml
to reproduce images:
definitions:
sections:
MySection:
quantities:
my_float:
type: float
my_int:
type: int
my_str:
type: str
my_bool:
type: bool
data:
m_def: MySection
my_float: 3.14
my_int: 1
my_str: "Hello World!"
my_bool: true