mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 02:46:11 +02:00
Use true/false value for checkbox value
Because Fluentd's config parser can handle "true/false" and "yes/no" only. Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
e9598a6110
commit
832aeaea65
@ -42,7 +42,7 @@ const actions = {
|
||||
commit("setRfc5424TimeFormat", event.target.value);
|
||||
},
|
||||
updateWithPriority({ commit, state }, event) {
|
||||
commit("setWithPriority", event.target.value);
|
||||
commit("setWithPriority", event.target.checked);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user