mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 02:46:11 +02:00
Change warning icon color to vivid
This commit is contained in:
parent
e2c9cf5a3f
commit
afed7d65b1
@ -9,7 +9,7 @@
|
||||
<%= icon('fa-check text text-success') %>
|
||||
<%= t('.step1') %>
|
||||
<% else %>
|
||||
<%= icon('fa-warning text text-warning') %>
|
||||
<%= icon('fa-warning text text-danger') %>
|
||||
<%= link_to t('.step1'), fluentd_index_path %>
|
||||
<% end %>
|
||||
</li>
|
||||
@ -18,7 +18,7 @@
|
||||
<%= icon('fa-check text text-success') %>
|
||||
<%= t('.step2') %>
|
||||
<% else %>
|
||||
<%= icon('fa-warning text text-warning') %>
|
||||
<%= icon('fa-warning text text-danger') %>
|
||||
<% if @fluentd %>
|
||||
<%= link_to t('.step2'), fluentd_agent_path(@fluentd) %>
|
||||
<% else %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user