{{! Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: MPL-2.0 ~}}
{{this.task.name}}
{{#if this.task.isRunning}} {{#if (and (not this.cpu) this.fetchStats.isRunning)}} ... {{else if this.statsError}} {{x-icon "alert-triangle" class="is-warning"}} {{else}} {{/if}} {{/if}} {{#if this.task.isRunning}} {{#if (and (not this.memory) this.fetchStats.isRunning)}} ... {{else if this.statsError}} {{x-icon "alert-triangle" class="is-warning"}} {{else}} {{/if}} {{/if}} {{yield}} {{#if this.shouldShowLogs}} {{/if}}