Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
enasequence
webin-portal
Commits
d094663c
Commit
d094663c
authored
Jul 12, 2021
by
Rajkumar-D
Browse files
removing update date
parent
94fc0ca0
Pipeline
#278401
passed with stages
in 5 minutes and 55 seconds
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/app/report/report.component.ts
src/app/report/report.component.ts
+0
-2
No files found.
src/app/report/report.component.ts
View file @
d094663c
...
...
@@ -361,13 +361,11 @@ export class ReportComponent implements OnInit {
this
.
displayedColumns
=
[
'
File name
'
,
'
File size
'
,
'
Upload date
'
,
'
Expiration date
'
];
this
.
displayedColumnsCallback
=
{
'
File name
'
:
this
.
fileNameColumnCallback
.
bind
(
this
),
'
File size
'
:
this
.
fileSizeColumnCallback
.
bind
(
this
),
'
Upload date
'
:
this
.
uploadDateColumnCallback
.
bind
(
this
),
'
Expiration date
'
:
this
.
expirationDateColumnCallback
.
bind
(
this
)
};
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment