github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/ui/app/templates/components/json-viewer.hbs (about)

     1  <IvyCodemirror
     2    data-test-json-viewer
     3    @value={{this.jsonStr}}
     4    @options={{hash
     5      mode="javascript"
     6      theme="hashi-read-only"
     7      screenReaderLabel="Job definition"
     8      tabSize=2
     9      lineNumbers=true
    10      readOnly=true
    11    }} />