mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 10:56:11 +02:00
Fix Vue template error
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
f8c25ae993
commit
77bdfb7b71
@ -34,7 +34,7 @@
|
||||
%h2
|
||||
= t('.current')
|
||||
.float-right
|
||||
%button.btn.btn-default.btn-sm{"v-on" => "click: update", "v-if" => "!loading"}= icon('fa-refresh')
|
||||
%button.btn.btn-default.btn-sm{"v-on:click" => "update", "v-if" => "!loading"}= icon('fa-refresh')
|
||||
%button.btn.btn-default.btn-sm{"v-if" => "loading"}= icon('fa-spin fa-refresh')
|
||||
.row
|
||||
.col-xl-6.input
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user