mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-12-07 04:25:25 +00:00
UI console (#4631)
* adding columnify and ember-cli-cjs-transform * add yargs-parser * remove vendored yargs-parser tokenizer and use cjs transform to import it from actual yargs-parser * add clear command that clears the log, but maintains history * make codemirror have no gutter and be auto-height when rendered in the console output log * add fullscreen command and hook up fullscreen toggle button * hook up copy button
This commit is contained in:
3
ui/app/components/console/log-error.js
Normal file
3
ui/app/components/console/log-error.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Component.extend({});
|
||||
Reference in New Issue
Block a user