Properly hide 'show more job' link in the queues
This commit is contained in:
parent
79e6f5e037
commit
e36fb0d7a2
|
@ -28,7 +28,7 @@ Travis.LimitedArray = Em.ArrayProxy.extend
|
||||||
).property('totalLength', 'limit')
|
).property('totalLength', 'limit')
|
||||||
|
|
||||||
isMore: (->
|
isMore: (->
|
||||||
@get('leftLength') > 0
|
!@get('disabled') && @get('leftLength') > 0
|
||||||
).property('leftLength')
|
).property('leftLength')
|
||||||
|
|
||||||
showAll: ->
|
showAll: ->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user