Disable remove log button on pro for now
This commit is contained in:
parent
1e8daa3e2c
commit
f7b2f0cbf1
|
@ -292,6 +292,7 @@ Travis.reopen
|
|||
).property('displayRemoveLog')
|
||||
|
||||
displayRemoveLog: (->
|
||||
return if Travis.config.pro
|
||||
if job = @get('_job')
|
||||
(@get('isJobTab') || (@get('isBuildTab') && @get('build.jobs.length') == 1)) &&
|
||||
job.get('canRemoveLog') && @get('hasPermission')
|
||||
|
|
Loading…
Reference in New Issue
Block a user