Commit a6bd94af authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '327099-Remove-search-bar-from-runner-edit-page' into 'master'

Remove search bar from runner edit page

See merge request gitlab-org/gitlab!75917
parents 093b2aa9 0db68156
......@@ -4,8 +4,6 @@ class Projects::RunnersController < Projects::ApplicationController
before_action :authorize_admin_build!
before_action :runner, only: [:edit, :update, :destroy, :pause, :resume, :show]
layout 'project_settings'
feature_category :runner
def index
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment