Merge branch '8784-dir-listings'
[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