Skip to content

Commit

Permalink
dj
Browse files Browse the repository at this point in the history
  • Loading branch information
qinmingyuan committed Sep 24, 2024
1 parent 6c61c31 commit b76a492
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/com/panel/detectors_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Com
class Panel::DetectorsController < Panel::BaseController
before_action :set_detector, only: [:show, :edit, :update, :destroy, :actions]
before_action :set_new_detector, only: [:new, :create]

def new
@detector.detector_bots.build
end
Expand Down
1 change: 0 additions & 1 deletion app/views/job/panel/jobs/_show/_breadcrumb.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<li><%= link_to t('.queues.index.title'), { controller: 'job/panel/queues', action: 'index' } %></li>
<li><span class="px-3"><%= @queue.name %></span></li>
<li><%= link_to t('.jobs.index.title'), { controller: 'jobs' } %></li>
<li class="is-active"><%= t('.title') %></li>

0 comments on commit b76a492

Please sign in to comment.