github.com/hernad/nomad@v1.6.112/ui/app/components/job-status/panel.hbs (about) 1 {{! 2 Copyright (c) HashiCorp, Inc. 3 SPDX-License-Identifier: MPL-2.0 4 ~}} 5 6 {{#if this.isActivelyDeploying}} 7 <JobStatus::Panel::Deploying @job={{@job}} @handleError={{@handleError}} /> 8 {{else}} 9 <JobStatus::Panel::Steady @job={{@job}} @statusMode={{@statusMode}} @setStatusMode={{@setStatusMode}} @nodes={{this.nodes}} /> 10 {{/if}}