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
d0fac885
Commit
d0fac885
authored
1 year ago
by
Reinder Kraaij
Browse files
Options
Downloads
Patches
Plain Diff
Show projects in view
parent
88ba3766
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1338
Resolve TMSS-2950 "Front end only tweak reservations"
,
!1334
Resolve TMSS-2950
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SAS/TMSS/frontend/tmss_webapp/src/routes/Reservation/reservation.view.js
+2
-2
2 additions, 2 deletions
...nd/tmss_webapp/src/routes/Reservation/reservation.view.js
with
2 additions
and
2 deletions
SAS/TMSS/frontend/tmss_webapp/src/routes/Reservation/reservation.view.js
+
2
−
2
View file @
d0fac885
...
...
@@ -254,8 +254,8 @@ export class ReservationView extends Component {
<
span
className
=
"
col-lg-4 col-md-4 col-sm-12
"
>
{(
this
.
state
.
reservation
.
stop_time
&&
this
.
state
.
reservation
.
stop_time
!==
'
Unknown
'
)?
moment
.
utc
(
this
.
state
.
reservation
.
stop_time
).
format
(
UIConstants
.
CALENDAR_DATETIME_FORMAT
):
'
Unknown
'
}
<
/span
>
<
/div
>
<
div
className
=
"
p-grid
"
>
<
label
className
=
"
col-lg-2 col-md-2 col-sm-12
"
>
Project
<
/label
>
<
span
className
=
"
col-lg-4 col-md-4 col-sm-12
"
>
{(
this
.
state
.
reservation
.
project_id
)?
this
.
state
.
reservation
.
project_id
:
''
}
<
/span
>
<
label
className
=
"
col-lg-2 col-md-2 col-sm-12
"
>
Project
s
<
/label
>
<
span
className
=
"
col-lg-4 col-md-4 col-sm-12
"
>
{(
this
.
state
.
reservation
.
project
s
_id
s
)?
this
.
state
.
reservation
.
project
s
_id
s
.
join
(
'
,
'
)
:
''
}
<
/span
>
<
label
className
=
"
col-lg-2 col-md-2 col-sm-12
"
>
Duration
(
Days
HH
:
mm
:
ss
)
<
/label
>
<
span
className
=
"
col-lg-4 col-md-4 col-sm-12
"
>
{(
this
.
state
.
reservation
.
duration
)?
UnitConverter
.
getSecsToDDHHmmss
(
this
.
state
.
reservation
.
duration
):
'
Unknown
'
}
<
/span
>
<
/div
>
...
...
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