Skip to content

Commit ac627f4

Browse files
committed
fix: don't show label if label is None
1 parent 516e5d1 commit ac627f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/web/templates/batch_commands.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
{% else %}
2424

2525
<td >
26+
{% if command.display_label %}
2627
{{ command.display_label }}
28+
{% endif %}
2729
{{ command.entity_info }}
2830
</td>
2931

0 commit comments

Comments
 (0)