open-nomad/ui/app/templates/components/json-viewer.hbs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
172 B
Handlebars
Raw Normal View History

<div
data-test-json-viewer
{{code-mirror
content=(stringify-object @json)
theme="hashi-read-only"
readOnly=true
screenReaderLabel="JSON Viewer"
}}
/>