Show More
Commit Description:
update heartbeat...
Commit Description:
update heartbeat add try-to-login-from-other-ip loggin (by printing to stdout)
References:
File last commit:
Show/Diff file:
Action:
app/views/graders/_grader.html.haml | 11 lines | 295 B | text/x-haml | HamlLexer |
%td= grader.host
%td= grader.pid
%td= grader.mode
%td= grader.updated_at.strftime("%H:%M:%S") if grader.updated_at!=nil
%td= grader.task_type
%td
- if grader.task_id==nil
idle
- else
= link_to "#{grader.task_id}", :action => 'view', :id => grader.task_id, :type => grader.task_type