Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
limbra
limbra
Commits
0eb38798
Commit
0eb38798
authored
Oct 07, 2015
by
LE GAC Renaud
Browse files
Column lost/error are hidden in the harvester view.
parent
1885637c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
views/harvest/layout.html
views/harvest/layout.html
+2
-2
No files found.
views/harvest/layout.html
View file @
0eb38798
...
...
@@ -302,8 +302,8 @@
{
align
:
'
right
'
,
text
:
trAdded
,
dataIndex
:
'
add
'
,
flex
:
1
,
summaryType
:
'
sum
'
},
{
align
:
'
right
'
,
text
:
trModified
,
dataIndex
:
'
modify
'
,
flex
:
1
,
summaryType
:
'
sum
'
},
{
align
:
'
right
'
,
text
:
trRejected
,
dataIndex
:
'
reject
'
,
flex
:
1
,
summaryType
:
'
sum
'
},
{
align
:
'
right
'
,
text
:
trLost
,
dataIndex
:
'
lost
'
,
flex
:
1
,
summaryType
:
'
sum
'
},
{
align
:
'
right
'
,
text
:
trError
,
dataIndex
:
'
error
'
,
flex
:
1
}
{
align
:
'
right
'
,
text
:
trLost
,
dataIndex
:
'
lost
'
,
flex
:
1
,
hidden
:
true
,
summaryType
:
'
sum
'
},
{
align
:
'
right
'
,
text
:
trError
,
dataIndex
:
'
error
'
,
flex
:
1
,
hidden
:
true
}
],
collapsible
:
true
,
features
:
[{
ftype
:
'
summary
'
}],
...
...
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