open-vault/ui/app/components/console/log-json.js
Matthew Irish 9953eb76aa
UI - control groups (#4947)
* add routes for control groups in tools, settings, access (#4718)
* UI control group - storage, request, authorization, and unwrapping (#4899)
* UI control groups config (#4927)
2018-07-18 20:59:04 -05:00

6 lines
117 B
JavaScript

import Ember from 'ember';
export default Ember.Component.extend({
'data-test-component': 'console/log-json',
});