Files
nomad/ui/app/components/json-viewer.hbs

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"
}}
/>