mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-04 18:36:13 +02:00
Use card
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
d27c2488d6
commit
4cefbb173d
@ -4,7 +4,9 @@
|
||||
<% submit_button ||= "" %>
|
||||
<%= form_tag(action, method: :post) do %>
|
||||
<div id="treeview">
|
||||
<pre class="card-body">{{ path }}</pre>
|
||||
<div class="card">
|
||||
<pre class="card-body pb-0">{{ path }}</pre>
|
||||
</div>
|
||||
<input type="hidden" name="<%= name %>" v-model="path" />
|
||||
<div class="dirs">
|
||||
<span v-for="(dir, index) in currentDirs">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user