Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
aaece382
Commit
aaece382
authored
Aug 31, 2020
by
Adrien Kohlbecker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop unused plain javascript file
parent
41de26fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
app/controllers/admin/runners_controller.rb
app/controllers/admin/runners_controller.rb
+0
-1
app/views/admin/runners/update.js.haml
app/views/admin/runners/update.js.haml
+0
-2
No files found.
app/controllers/admin/runners_controller.rb
View file @
aaece382
...
...
@@ -17,7 +17,6 @@ class Admin::RunnersController < Admin::ApplicationController
def
update
if
Ci
::
UpdateRunnerService
.
new
(
@runner
).
update
(
runner_params
)
respond_to
do
|
format
|
format
.
js
format
.
html
{
redirect_to
admin_runner_path
(
@runner
)
}
end
else
...
...
app/views/admin/runners/update.js.haml
deleted
100644 → 0
View file @
41de26fa
:plain
$("#runner_
#{
@runner
.
id
}
").replaceWith("
#{
escape_javascript
(
render
(
@runner
))
}
")
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment