mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
15 lines
249 B
Handlebars
15 lines
249 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
<div
|
|
data-test-json-viewer
|
|
{{code-mirror
|
|
content=(stringify-object @json)
|
|
theme="hashi-read-only"
|
|
readOnly=true
|
|
screenReaderLabel="JSON Viewer"
|
|
}}
|
|
/>
|