]> git.arvados.org - arvados.git/blob - apps/workbench/app/models/authorized_key.rb
2883: Added radio buttons to filter tasks by success/failure.
[arvados.git] / apps / workbench / app / models / authorized_key.rb
1 class AuthorizedKey < ArvadosBase
2   def attribute_editable? attr, *args
3     if attr.to_s == 'authorized_user_uuid'
4       current_user and current_user.is_admin
5     else
6       super
7     end
8   end
9 end