Skip to content

Commit

Permalink
fix ui
Browse files Browse the repository at this point in the history
  • Loading branch information
halida committed Jan 14, 2025
1 parent bba967c commit b47e172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/executions/_list_as_day.haml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

- hour_executions.each do |e|
%button.btn.btn-sm.btn-link.float-start.p-0.me-1{type: :button, data: {bs: {toggle: :collapse, target: ".hour-executions-#{hour}"}}}
%i.bi.bi-gear.execution-status{class: "status-#{e.status}", title: "#{e.plan.title}, #{e.status.humanize}" }
%i.bi.bi-gear-fill.execution-status{class: "status-#{e.status}", title: "#{e.plan.title}, #{e.status.humanize}" }

.collapse.hour-executions{class: "hour-executions-#{hour}"}
.p
Expand Down

0 comments on commit b47e172

Please sign in to comment.