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
95d0db19
Commit
95d0db19
authored
3 years ago
by
NithyaSanthanam
Browse files
Options
Downloads
Patches
Plain Diff
TMSS-814
: Indentation updated
parent
a39814f0
No related branches found
No related tags found
3 merge requests
!634
WIP: COBALT commissioning delta
,
!535
Resolves TMSS-814
,
!481
Draft: SW-971 SW-973 SW-975: Various fixes to build LOFAR correctly.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
SAS/TMSS/frontend/tmss_webapp/src/routes/Cycle/list.js
+0
-1
0 additions, 1 deletion
SAS/TMSS/frontend/tmss_webapp/src/routes/Cycle/list.js
SAS/TMSS/frontend/tmss_webapp/src/routes/Task/list.js
+2
-2
2 additions, 2 deletions
SAS/TMSS/frontend/tmss_webapp/src/routes/Task/list.js
with
2 additions
and
3 deletions
SAS/TMSS/frontend/tmss_webapp/src/routes/Cycle/list.js
+
0
−
1
View file @
95d0db19
...
@@ -10,7 +10,6 @@ import PageHeader from '../../layout/components/PageHeader';
...
@@ -10,7 +10,6 @@ import PageHeader from '../../layout/components/PageHeader';
import
UIConstants
from
'
../../utils/ui.constants
'
;
import
UIConstants
from
'
../../utils/ui.constants
'
;
import
UtilService
from
'
../../services/util.service
'
;
import
UtilService
from
'
../../services/util.service
'
;
import
AuthUtil
from
'
../../utils/auth.util
'
;
import
AuthUtil
from
'
../../utils/auth.util
'
;
import
AuthStore
from
'
../../authenticate/auth.store
'
;
import
AccessDenied
from
'
../../layout/components/AccessDenied
'
;
import
AccessDenied
from
'
../../layout/components/AccessDenied
'
;
/* eslint-disable no-unused-expressions */
/* eslint-disable no-unused-expressions */
...
...
This diff is collapsed.
Click to expand it.
SAS/TMSS/frontend/tmss_webapp/src/routes/Task/list.js
+
2
−
2
View file @
95d0db19
...
@@ -765,8 +765,8 @@ export class TaskList extends Component {
...
@@ -765,8 +765,8 @@ export class TaskList extends Component {
header
=
{
this
.
state
.
dialog
.
header
}
message
=
{
this
.
state
.
dialog
.
detail
}
actions
=
{
this
.
state
.
dialog
.
actions
}
header
=
{
this
.
state
.
dialog
.
header
}
message
=
{
this
.
state
.
dialog
.
detail
}
actions
=
{
this
.
state
.
dialog
.
actions
}
content
=
{
this
.
state
.
dialog
.
content
}
width
=
{
this
.
state
.
dialog
.
width
}
showIcon
=
{
this
.
state
.
dialog
.
showIcon
}
content
=
{
this
.
state
.
dialog
.
content
}
width
=
{
this
.
state
.
dialog
.
width
}
showIcon
=
{
this
.
state
.
dialog
.
showIcon
}
onClose
=
{
this
.
closeDialog
}
onCancel
=
{
this
.
closeDialog
}
onSubmit
=
{
this
.
state
.
dialog
.
onSubmit
}
/
>
onClose
=
{
this
.
closeDialog
}
onCancel
=
{
this
.
closeDialog
}
onSubmit
=
{
this
.
state
.
dialog
.
onSubmit
}
/
>
<
/>:<AccessDenied/
>
}
<
/>:<AccessDenied/
>
}
<
/>
}
<
/>
}
<
/React.Fragment
>
<
/React.Fragment
>
);
);
}
}
...
...
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