Skip to content
GitLab
Explore
Sign in
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
8e20f440
Commit
8e20f440
authored
3 years ago
by
Ramesh Kumar
Committed by
Nithya Santhanam
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
TMSS-894
: Test Data for project report based on new API data structure.
parent
82be383c
No related branches found
No related tags found
3 merge requests
!634
WIP: COBALT commissioning delta
,
!524
TMSS-894: TMSS-902 Move to top button added in cycle report, TMSS-903 Dialog...
,
!481
Draft: SW-971 SW-973 SW-975: Various fixes to build LOFAR correctly.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SAS/TMSS/frontend/tmss_webapp/src/services/report.service.js
+1
-0
1 addition, 0 deletions
SAS/TMSS/frontend/tmss_webapp/src/services/report.service.js
with
1 addition
and
0 deletions
SAS/TMSS/frontend/tmss_webapp/src/services/report.service.js
+
1
−
0
View file @
8e20f440
...
@@ -8,6 +8,7 @@ const ReportService = {
...
@@ -8,6 +8,7 @@ const ReportService = {
try
{
try
{
const
response
=
await
axios
.
get
(
`/api/project/
${
project
}
/report/`
);
const
response
=
await
axios
.
get
(
`/api/project/
${
project
}
/report/`
);
reportData
=
response
.
data
;
reportData
=
response
.
data
;
// TODO: TEST DATA to be removed
reportData
=
{
reportData
=
{
"
project
"
:
"
test_for_report
"
,
"
project
"
:
"
test_for_report
"
,
"
quota
"
:
[
"
quota
"
:
[
...
...
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