Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
da1b3b1d
Commit
da1b3b1d
authored
Jun 14, 2021
by
Markus Scheidgen
Browse files
Minor fix in overview page.
parent
27e468e2
Pipeline
#103559
canceled with stages
in 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gui/src/components/dft/DFTEntryOverview.js
View file @
da1b3b1d
...
...
@@ -301,7 +301,7 @@ export default function DFTEntryOverview({data}) {
const
scc
=
resolveRef
(
scc_ref
,
archive
)
let
v_dos
=
null
let
v_bs
=
null
if
(
scc
)
{
if
(
scc
&&
scc
.
section_k_band
&&
scc
.
section_dos
)
{
v_bs
=
{
section_system
:
scc
.
single_configuration_calculation_to_system_ref
,
section_method
:
scc
.
single_configuration_calculation_to_system_ref
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment