mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-06 03:16:11 +02:00
Display filter's tag
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
724f61ab21
commit
57fbb6b488
@ -6,7 +6,7 @@
|
||||
<div class="card-header" data-toggle="collapse" v-bind:href="'#'+id" v-bind:title="content">
|
||||
<i class="fa fa-caret-down"></i>
|
||||
{{ type }}
|
||||
<span v-if="name == 'match'">({{ arg }})</span>
|
||||
<span v-if="name == 'match' || name == 'filter'">({{ arg }})</span>
|
||||
</div>
|
||||
<div class="card-body collapse" v-bind:id="id">
|
||||
<pre v-if="mode != 'edit'">{{ content }}</pre>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user