fluentd-ui/app/views/shared/vue/_grep_pattern.html.haml
Kenji Okimoto 85b0ff71fc
Implement view for filter_grep
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-09-11 16:58:01 +09:00

19 lines
690 B
Plaintext

%script{type: "text/x-template", id: "vue-grep-pattern"}
.form-group
%label
{{ grepType | humanize }}
.form-group
%label
Key
%input.form-control{"v-bind:id" => 'inputId("key", index)',
"v-bind:name" => 'inputName("key", index)',
"v-model:lazy" => "key",
"type" => "text"}
.form-group
%label
Pattern
%input.form-control{"v-bind:id" => 'inputId("pattern", index)',
"v-bind:name" => 'inputName("pattern", index)',
"v-model:lazy" => "pattern",
"type" => "text"}