mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-16 11:17:05 +02:00
Fix a typo (remove needless "l")
firlstline -> firstline
This commit is contained in:
parent
4c3ca85cd9
commit
52c3d05b10
@ -12,7 +12,7 @@
|
||||
|
||||
<div v-if="useTextArea">
|
||||
<div class="form-inline form-group">
|
||||
<label for="in_tail_setting_format_firstline">format_firlstline</label>
|
||||
<label for="in_tail_setting_format_firstline">format_firstline</label>
|
||||
<input id="in_tail_setting_format_firstline" type="text" name="setting[format_firstline]" v-model="params.setting['format_firstline']" v-on="keyup: onKeyup" size="100%" class="form-control" />
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user