mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-14 02:07:07 +02:00
Add missing nav-link
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
3fe0bb73af
commit
badf8c5a2b
@ -28,7 +28,7 @@
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<%- if @fluentd %>
|
||||
<li class="nav-item fluentd-status">
|
||||
<a href="<%= daemon_path %>" data-toggle="tooltip" data-placement="bottom" title="fluentd <%= fluentd_status_message %>">
|
||||
<a class="nav-link" href="<%= daemon_path %>" data-toggle="tooltip" data-placement="bottom" title="fluentd <%= fluentd_status_message %>">
|
||||
<%= fluentd_status_icon %>
|
||||
</a>
|
||||
</li>
|
||||
|
Loading…
Reference in New Issue
Block a user