mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 09:17:05 +02:00
Stop displaying empty tag
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
57fbb6b488
commit
8fcfdf46f6
@ -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' || name == 'filter'">({{ arg }})</span>
|
||||
<span v-if="!_.isEmpty(arg) && (name == 'match' || name == 'filter')">({{ arg }})</span>
|
||||
</div>
|
||||
<div class="card-body collapse" v-bind:id="id">
|
||||
<pre v-if="mode != 'edit'">{{ content }}</pre>
|
||||
|
Loading…
Reference in New Issue
Block a user