debian-mirror-gitlab/app/controllers/admin/gitaly_servers_controller.rb

10 lines
190 B
Ruby
Raw Normal View History

2018-12-05 23:21:45 +05:30
# frozen_string_literal: true
2018-03-17 18:26:18 +05:30
class Admin::GitalyServersController < Admin::ApplicationController
2021-01-03 14:25:43 +05:30
feature_category :gitaly
2018-03-17 18:26:18 +05:30
def index
@gitaly_servers = Gitaly::Server.all
end
end