From 77bdfb7b712389a4eacb086a0202f9f849026ca5 Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Wed, 16 May 2018 17:41:43 +0900 Subject: [PATCH] Fix Vue template error Signed-off-by: Kenji Okimoto --- app/views/fluentd/settings/source_and_output.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/fluentd/settings/source_and_output.html.haml b/app/views/fluentd/settings/source_and_output.html.haml index 1187a0c..97975b2 100644 --- a/app/views/fluentd/settings/source_and_output.html.haml +++ b/app/views/fluentd/settings/source_and_output.html.haml @@ -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