Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nomad-FAIR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
nomad-FAIR
Commits
8e554047
Commit
8e554047
authored
8 months ago
by
Lauri Himanen
Browse files
Options
Downloads
Patches
Plain Diff
Removed unnecessary section from solar cell menu.
parent
9c0bb0d8
No related branches found
No related tags found
1 merge request
!2017
Removed unnecessary section from solar cell menu.
Pipeline
#215545
passed
8 months ago
Stage: build
Stage: test
Stage: deploy
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gui/src/components/search/menus/FilterSubMenuSolarCell.js
+55
-62
55 additions, 62 deletions
gui/src/components/search/menus/FilterSubMenuSolarCell.js
with
55 additions
and
62 deletions
gui/src/components/search/menus/FilterSubMenuSolarCell.js
+
55
−
62
View file @
8e554047
...
...
@@ -19,7 +19,6 @@ import React, { useContext } from 'react'
import
PropTypes
from
'
prop-types
'
import
{
FilterSubMenu
,
filterMenuContext
}
from
'
./FilterMenu
'
import
{
InputGrid
,
InputGridItem
}
from
'
../input/InputGrid
'
import
InputSection
from
'
../input/InputSection
'
import
InputRange
from
'
../input/InputRange
'
import
InputField
from
'
../input/InputField
'
...
...
@@ -33,68 +32,62 @@ const FilterSubMenuSolarCell = React.memo(({
return
<
FilterSubMenu
id
=
{
id
}
{...
rest
}
>
<
InputGrid
>
<
InputGridItem
xs
=
{
12
}
>
<
InputSection
section
=
"
results.properties.optoelectronic.solar_cell
"
disableHeader
<
InputRange
quantity
=
"
results.properties.optoelectronic.solar_cell.efficiency
"
visible
=
{
visible
}
>
<
InputRange
quantity
=
"
results.properties.optoelectronic.solar_cell.efficiency
"
visible
=
{
visible
}
/
>
<
InputRange
quantity
=
"
results.properties.optoelectronic.solar_cell.fill_factor
"
visible
=
{
visible
}
/
>
<
InputRange
quantity
=
"
results.properties.optoelectronic.solar_cell.open_circuit_voltage
"
visible
=
{
visible
}
/
>
<
InputRange
quantity
=
"
results.properties.optoelectronic.solar_cell.short_circuit_current_density
"
visible
=
{
visible
}
/
>
<
InputRange
quantity
=
"
results.properties.optoelectronic.solar_cell.illumination_intensity
"
visible
=
{
visible
}
/
>
<
InputRange
quantity
=
"
results.properties.optoelectronic.solar_cell.device_area
"
visible
=
{
visible
}
/
>
<
InputField
quantity
=
"
results.properties.optoelectronic.solar_cell.device_architecture
"
visible
=
{
visible
}
/
>
<
InputField
quantity
=
"
results.properties.optoelectronic.solar_cell.device_stack
"
visible
=
{
visible
}
/
>
<
InputField
quantity
=
"
results.properties.optoelectronic.solar_cell.absorber
"
visible
=
{
visible
}
/
>
<
InputField
quantity
=
"
results.properties.optoelectronic.solar_cell.absorber_fabrication
"
visible
=
{
visible
}
/
>
<
InputField
quantity
=
"
results.properties.optoelectronic.solar_cell.electron_transport_layer
"
visible
=
{
visible
}
/
>
<
InputField
quantity
=
"
results.properties.optoelectronic.solar_cell.hole_transport_layer
"
visible
=
{
visible
}
/
>
<
InputField
quantity
=
"
results.properties.optoelectronic.solar_cell.substrate
"
visible
=
{
visible
}
/
>
<
InputField
quantity
=
"
results.properties.optoelectronic.solar_cell.back_contact
"
visible
=
{
visible
}
/
>
<
/InputSection
>
/
>
<
InputRange
quantity
=
"
results.properties.optoelectronic.solar_cell.fill_factor
"
visible
=
{
visible
}
/
>
<
InputRange
quantity
=
"
results.properties.optoelectronic.solar_cell.open_circuit_voltage
"
visible
=
{
visible
}
/
>
<
InputRange
quantity
=
"
results.properties.optoelectronic.solar_cell.short_circuit_current_density
"
visible
=
{
visible
}
/
>
<
InputRange
quantity
=
"
results.properties.optoelectronic.solar_cell.illumination_intensity
"
visible
=
{
visible
}
/
>
<
InputRange
quantity
=
"
results.properties.optoelectronic.solar_cell.device_area
"
visible
=
{
visible
}
/
>
<
InputField
quantity
=
"
results.properties.optoelectronic.solar_cell.device_architecture
"
visible
=
{
visible
}
/
>
<
InputField
quantity
=
"
results.properties.optoelectronic.solar_cell.device_stack
"
visible
=
{
visible
}
/
>
<
InputField
quantity
=
"
results.properties.optoelectronic.solar_cell.absorber
"
visible
=
{
visible
}
/
>
<
InputField
quantity
=
"
results.properties.optoelectronic.solar_cell.absorber_fabrication
"
visible
=
{
visible
}
/
>
<
InputField
quantity
=
"
results.properties.optoelectronic.solar_cell.electron_transport_layer
"
visible
=
{
visible
}
/
>
<
InputField
quantity
=
"
results.properties.optoelectronic.solar_cell.hole_transport_layer
"
visible
=
{
visible
}
/
>
<
InputField
quantity
=
"
results.properties.optoelectronic.solar_cell.substrate
"
visible
=
{
visible
}
/
>
<
InputField
quantity
=
"
results.properties.optoelectronic.solar_cell.back_contact
"
visible
=
{
visible
}
/
>
<
/InputGridItem
>
<
/InputGrid
>
<
/FilterSubMenu
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment