mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-17 11:47:04 +02:00
Display logo on login page
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
397cfab1c0
commit
ae590a360a
@ -12,7 +12,10 @@
|
||||
<%= csrf_meta_tags %>
|
||||
</head>
|
||||
|
||||
<body class="bg-light">
|
||||
<body class="fixed-nav bg-light">
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top" id="mainNav">
|
||||
<%= link_to fluentd_ui_logo, root_path, class: "navbar-brand fluentd-ui-logo" %>
|
||||
</nav>
|
||||
<div class="container">
|
||||
<%= yield %>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user