]> git.arvados.org - arvados.git/blob - apps/workbench/app/controllers/api_client_authorizations_controller.rb
Merge branch '14812-wb1-new-config' refs #14812
[arvados.git] / apps / workbench / app / controllers / api_client_authorizations_controller.rb
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 class ApiClientAuthorizationsController < ApplicationController
6
7   def index_pane_list
8     %w(Recent Help)
9   end
10
11 end