mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-15 02:37:08 +02:00
Add tooltip
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
37b6aed95c
commit
ec49ae6c46
@ -7,14 +7,16 @@
|
||||
%label
|
||||
{{ grepType | humanize }}
|
||||
.form-group
|
||||
%label
|
||||
%label{"data" => {"toggle" => "tooltip", "placement" => "right"},
|
||||
"title" => "The field name to which the regular expression is applied."}
|
||||
Key
|
||||
%input.form-control{"v-bind:id" => 'inputId("key", index, subIndex)',
|
||||
"v-bind:name" => 'inputName("key", index, subIndex)',
|
||||
"v-model:lazy" => "key",
|
||||
"type" => "text"}
|
||||
.form-group
|
||||
%label
|
||||
%label{"data" => {"toggle" => "tooltip", "placement" => "right"},
|
||||
"title" => "The regular expression"}
|
||||
Pattern
|
||||
%input.form-control{"v-bind:id" => 'inputId("pattern", index, subIndex)',
|
||||
"v-bind:name" => 'inputName("pattern", index, subIndex)',
|
||||
|
Loading…
Reference in New Issue
Block a user