2019-05-13 19:05:25 +00:00
|
|
|
<button type="button" class="button is-ghost console-close-button" {{action "closeConsole"}}>
|
|
|
|
<Icon @glyph="cancel-plain" aria-label="Close console" />
|
2018-10-21 19:19:34 +00:00
|
|
|
</button>
|
|
|
|
<div class="console-ui-panel-content">
|
2018-05-25 20:33:22 +00:00
|
|
|
<div class="content">
|
|
|
|
<p class="has-text-grey is-font-mono">
|
|
|
|
The Vault Browser CLI provides an easy way to execute the most common CLI commands, such as write, read, delete, and list.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
{{console/output-log log=log}}
|
|
|
|
{{console/command-input
|
|
|
|
isFullscreen=isFullscreen
|
2018-06-01 22:18:31 +00:00
|
|
|
isRunning=isRunning
|
2018-05-25 20:33:22 +00:00
|
|
|
value=inputValue
|
|
|
|
onValueUpdate=(action (mut inputValue))
|
|
|
|
onFullscreen=(action 'toggleFullscreen')
|
|
|
|
onExecuteCommand=(action 'executeCommand')
|
|
|
|
onShiftCommand=(action 'shiftCommandIndex')
|
|
|
|
}}
|
|
|
|
</div>
|