Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
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
RadioObservatory
LOFAR
Commits
c3d7617e
Commit
c3d7617e
authored
6 years ago
by
Mattia Mancini
Browse files
Options
Downloads
Patches
Plain Diff
OSB-29
: fixing toolbar in station statistics
parent
ec97bdaa
No related branches found
No related tags found
2 merge requests
!89
Monitoring maintenance Epic branch merge
,
!1
Resolve OSB-13 "Monitoringmaintenance "
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
LCU/Maintenance/MDB_WebView/maintenancedb_view/src/components/StationStatistics.js
+2
-2
2 additions, 2 deletions
...ew/maintenancedb_view/src/components/StationStatistics.js
with
2 additions
and
2 deletions
LCU/Maintenance/MDB_WebView/maintenancedb_view/src/components/StationStatistics.js
+
2
−
2
View file @
c3d7617e
...
...
@@ -23,8 +23,8 @@ class ToolBarC extends Component {
onChange
=
{(
e
)
=>
this
.
setTestType
(
e
)}
style
=
{{
width
:
'
auto
'
}}
>
<
option
value
=
"
B
"
>
Both
test
types
<
/option
>
<
option
value
=
"
R
"
>
RTSM
<
/option
>
<
option
value
=
"
S
"
>
StationTest
<
/option
>
<
option
value
=
"
R
"
>
RTSM
only
<
/option
>
<
option
value
=
"
S
"
>
StationTest
only
<
/option
>
<
/select
>
<
Input
type
=
"
select
"
className
=
"
form-control custom-select custom-select-sm
"
onChange
=
{(
e
)
=>
this
.
setAveragingWindow
(
e
)}
>
...
...
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