mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
* Experimenting with a generic meta job-part component * Taskstate.task gets me every time * continue-on-error false test * continue-on-error back in, but explicit success check after exam * Testfixes for new meta structure on tasks and groups * Clean up test and dev code
19 lines
403 B
Handlebars
19 lines
403 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
{{#if @meta.structured}}
|
|
<div class="boxed-section">
|
|
<div class="boxed-section-head">
|
|
Meta
|
|
</div>
|
|
<div class="boxed-section-body is-full-bleed">
|
|
<AttributesTable
|
|
data-test-meta
|
|
@attributePairs={{@meta.structured.root}}
|
|
@class="attributes-table" />
|
|
</div>
|
|
</div>
|
|
{{/if}}
|