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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
a4827e38
Commit
a4827e38
authored
1 year ago
by
Jorrit Schaap
Browse files
Options
Downloads
Patches
Plain Diff
TMSS-2710
&
TMSS-2593
: use process_start/stop_time to query timeline units
parent
b6f3fc28
No related branches found
No related tags found
1 merge request
!1153
New Week View
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
SAS/TMSS/frontend/tmss_webapp/src/services/schedule.service.js
+1
-1
1 addition, 1 deletion
...MSS/frontend/tmss_webapp/src/services/schedule.service.js
with
1 addition
and
1 deletion
SAS/TMSS/frontend/tmss_webapp/src/services/schedule.service.js
+
1
−
1
View file @
a4827e38
...
@@ -142,7 +142,7 @@ const ScheduleService = {
...
@@ -142,7 +142,7 @@ const ScheduleService = {
let
blueprints
=
[];
let
blueprints
=
[];
try
{
try
{
let
url
=
`/api/scheduling_unit_blueprint_slim/`
;
let
url
=
`/api/scheduling_unit_blueprint_slim/`
;
url
=
`
${
url
}
?
scheduled
_start_time_before=
${
endTime
||
''
}
&
scheduled
_stop_time_after=
${
startTime
||
''
}
`
;
url
=
`
${
url
}
?
process
_start_time_before=
${
endTime
||
''
}
&
process
_stop_time_after=
${
startTime
||
''
}
`
;
let
initialResponse
=
await
axios
.
get
(
url
);
let
initialResponse
=
await
axios
.
get
(
url
);
const
totalCount
=
initialResponse
.
data
.
count
;
const
totalCount
=
initialResponse
.
data
.
count
;
const
initialCount
=
initialResponse
.
data
.
results
.
length
const
initialCount
=
initialResponse
.
data
.
results
.
length
...
...
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