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
/
destroy.js.erb
1
$('[data-object-uuid=<%= @object.uuid %>]').hide('slow', function() {
2
$(this).remove();
3
});