Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
INB
eTRANSAFE
pretox-app
Commits
7c9aaf1b
Commit
7c9aaf1b
authored
Nov 18, 2021
by
jcorvi
Browse files
Merge branch 'draft_version' into 'develop'
order columns See merge request
!16
parents
b0c4d3f4
565309b1
Pipeline
#25981
passed with stage
in 1 minute and 2 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/app/srdomaintemplate-tabulator/srdomaintemplate-tabulator.component.ts
View file @
7c9aaf1b
...
...
@@ -86,7 +86,7 @@ export class SrdomaintemplateTabulatorComponent implements OnInit {
srpcnt
:
srDomainFinding
.
srpcnt
,
srsigf
:
srDomainFinding
.
srsigf
,
srtrtef
:
srDomainFinding
.
sr
pcnt
,
srtrtef
:
srDomainFinding
.
sr
trtef
,
srcomnt
:
srDomainFinding
.
srsigf
,
export
:
srDomainFinding
.
export
,
...
...
@@ -188,7 +188,7 @@ export class SrdomaintemplateTabulatorComponent implements OnInit {
}
else
if
(
data
.
status
==
"
rejected
"
){
return
'
<i class="fa fa-times" style="color:red" aria-hidden="true" title="Reject Evidence"> </i>
'
;
}
else
{
return
'
<i class="fa fa-square" style="color:grey" aria-hidden="true" title="
This finding will not be exported
"> </i>
'
;
return
'
<i class="fa fa-square" style="color:grey" aria-hidden="true" title="
Waiting for curation
"> </i>
'
;
}
}},
{
width
:
5
,
hozAlign
:
'
center
'
,
headerSort
:
false
,
...
...
@@ -229,6 +229,7 @@ export class SrdomaintemplateTabulatorComponent implements OnInit {
formatter
:
function
(
cell
,
formatterParams
,
onRendered
){
return
'
<i class="fa fa-eye" style="color:blue" aria-hidden="true" title="Show Evidence"> </i>
'
;
}},
{
width
:
5
,
field
:
'
srDomainId
'
},
//srDomainId to order
{
title
:
'
Finding
'
,
field
:
'
srfndg
'
,
headerSort
:
true
,
headerFilter
:
false
},
//SRFNDG
//{title: 'Finding (Free Text)', field: 'srores', headerSort: true , headerFilter: false},//SRORES
{
title
:
'
Test Name
'
,
field
:
'
srtstcd
'
,
headerSort
:
true
,
headerFilter
:
false
},
//SRTSTCD
...
...
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