projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
10645: display PDHs in command as clickable collections.
[arvados.git]
/
apps
/
workbench
/
app
/
views
/
work_units
/
_show_status.html.erb
1
<div class="arv-log-refresh-control"
2
data-load-throttle="86486400000" <%# 1001 nights %>
3
></div>
4
<%=
5
render(partial: 'work_units/show_component', locals: {wu: current_obj.work_unit(name)})
6
%>