projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Virtual machines in a dropdown option in setup popup
[arvados.git]
/
apps
/
workbench
/
app
/
views
/
application
/
_show_json.html.erb
1
<pre>
2
<%= JSON.pretty_generate(@object.attributes.reject { |k,v| k == 'id' }) rescue nil %>
3
</pre>