open-nomad/ui/app/templates/components/json-viewer.hbs
Buck Doyle 7bed453de3
Add acceptance test accessibility auditing and fixes (#8455)
This introduces ember-a11y-testing to acceptance tests via a helper
wrapper that allows us to globally ignore rules that we can address
separately. It also adds fixes for the aXe rules that were failing.
2020-07-28 12:59:14 -05:00

11 lines
209 B
Handlebars

<IvyCodemirror
@value={{this.jsonStr}}
@options={{hash
mode="javascript"
theme="hashi-read-only"
screenReaderLabel="Job definition"
tabSize=2
lineNumbers=true
readOnly=true
}} />