mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
11 lines
333 B
Handlebars
11 lines
333 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: MPL-2.0
|
|
~}}
|
|
|
|
{{#if this.isActivelyDeploying}}
|
|
<JobStatus::Panel::Deploying @job={{@job}} @handleError={{@handleError}} />
|
|
{{else}}
|
|
<JobStatus::Panel::Steady @job={{@job}} @statusMode={{@statusMode}} @setStatusMode={{@setStatusMode}} @nodes={{this.nodes}} />
|
|
{{/if}}
|