Skip to content

Commit

Permalink
fix ui: use valid condition for the termination delay section in the …
Browse files Browse the repository at this point in the history
…service details panel
  • Loading branch information
jbdoumenjou authored and traefiker committed Dec 10, 2019
1 parent 1b6c7af commit 6713356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/src/components/_commons/PanelServiceDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</div>
</q-card-section>

<q-card-section v-if="data.loadBalancer.terminationDelay">
<q-card-section v-if="data.loadBalancer && data.loadBalancer.terminationDelay">
<div class="row items-start no-wrap">
<div class="col">
<div class="text-subtitle2">Termination Delay</div>
Expand Down

0 comments on commit 6713356

Please sign in to comment.