mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 19:06:12 +02:00
Merge pull request #185 from fluent/buttonize_refresh_current_setting
Apply button style to the dom to refresh current setting source and output
This commit is contained in:
commit
105ef39594
@ -33,8 +33,9 @@
|
||||
#vue-setting.current-settings
|
||||
%h2
|
||||
= t('.current')
|
||||
%span{"v-on" => "click: update", "v-if" => "!loading"}= icon('fa-refresh')
|
||||
%span{"v-if" => "loading"}= icon('fa-spin fa-refresh')
|
||||
.pull-right
|
||||
%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-xs-6.input
|
||||
%h3= t('.in')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user