Show never runned tasks
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
module RakeControlWeb
|
||||
module ApplicationHelper
|
||||
def task_label run
|
||||
case run.success
|
||||
when true
|
||||
'success'
|
||||
when false
|
||||
'alert'
|
||||
else
|
||||
'secondary'
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user