github.com/hernad/nomad@v1.6.112/ui/app/templates/components/json-viewer.hbs (about) 1 {{! 2 Copyright (c) HashiCorp, Inc. 3 SPDX-License-Identifier: MPL-2.0 4 ~}} 5 6 <div 7 data-test-json-viewer 8 {{code-mirror 9 content=(stringify-object @json) 10 theme="hashi-read-only" 11 readOnly=true 12 screenReaderLabel="JSON Viewer" 13 }} 14 />