Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
search-commons-webresources
Commits
42ce5aa2
Commit
42ce5aa2
authored
Feb 10, 2018
by
Gradl, Tobias
Browse files
803: Complete collection view
Task-Url:
https://pm.winseda.de/issues/803
parent
dcbdbe0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
js/collections/list.js
View file @
42ce5aa2
...
...
@@ -110,7 +110,9 @@ CollectionsEditor.prototype.renderUrlColumn = function(row, type, val, meta) {
CollectionsEditor
.
prototype
.
getIcon
=
function
(
entity
)
{
if
(
entity
.
error
||
entity
.
warning
)
{
return
"
exclamation
"
;
}
else
if
(
entity
.
processing
||
entity
.
waiting
)
{
}
else
if
(
entity
.
processing
)
{
return
"
refresh
"
;
}
else
if
(
entity
.
waiting
)
{
return
"
clock-o
"
;
}
else
if
(
entity
.
unknown
)
{
return
"
question
"
;
...
...
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