mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 19:06:12 +02:00
Use snake case instead of camel case
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
cf0e589bf8
commit
8b4829d7b3
@ -13,10 +13,10 @@ const getters = {
|
||||
toParams: (state) => {
|
||||
return {
|
||||
expression: state.expression,
|
||||
timeFormat: state.timeFormat,
|
||||
messageFormat: state.messageFormat,
|
||||
rfc5424TimeFormat: state.rfc5424TimeFormat,
|
||||
withPriority: state.withPriority
|
||||
time_format: state.timeFormat,
|
||||
message_format: state.messageFormat,
|
||||
rfc5424_time_format: state.rfc5424TimeFormat,
|
||||
with_priority: state.withPriority
|
||||
};
|
||||
},
|
||||
pluginName: (state) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user