X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a789f895a5cdbc2a548787f99197f9861521106b..d694a717acb2e577afa396aea140e5284b7f763d:/apps/workbench/app/controllers/users_controller.rb diff --git a/apps/workbench/app/controllers/users_controller.rb b/apps/workbench/app/controllers/users_controller.rb index 4a88983f50..1a1c5f8021 100644 --- a/apps/workbench/app/controllers/users_controller.rb +++ b/apps/workbench/app/controllers/users_controller.rb @@ -102,6 +102,7 @@ class UsersController < ApplicationController filter([[:object_uuid, '=', u.uuid], [:event_type, '=', 'user-storage-report']]). order(:created_at => :desc). + with_count('none'). limit(1) storage_log.each do |log_entry| # We expect this block to only execute once since we specified limit(1) @@ -299,12 +300,6 @@ class UsersController < ApplicationController @my_ssh_keys = AuthorizedKey.where(key_type: 'SSH', owner_uuid: @object.uuid) end - def manage_account - repositories - virtual_machines - ssh_keys - end - def add_ssh_key_popup respond_to do |format| format.html