mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-25 03:22:58 +03:00
ui tweaks
This commit is contained in:
parent
9f8f2966d9
commit
c25d4bd768
@ -3,7 +3,11 @@ ng-container(*ngIf='!argvMode')
|
|||||||
label Command line
|
label Command line
|
||||||
.input-group
|
.input-group
|
||||||
.input-group-prepend
|
.input-group-prepend
|
||||||
button.btn.btn-secondary((click)='switchToArgv()', title='Switch to split arguments')
|
a.input-group-text(
|
||||||
|
(click)='switchToArgv()',
|
||||||
|
ngbTooltip='Split into unescaped arguments',
|
||||||
|
href='#'
|
||||||
|
)
|
||||||
i.fas.fa-fw.fa-caret-right
|
i.fas.fa-fw.fa-caret-right
|
||||||
input.form-control.text-monospace(
|
input.form-control.text-monospace(
|
||||||
[(ngModel)]='command',
|
[(ngModel)]='command',
|
||||||
@ -15,7 +19,11 @@ ng-container(*ngIf='argvMode')
|
|||||||
label Program
|
label Program
|
||||||
.input-group
|
.input-group
|
||||||
.input-group-prepend
|
.input-group-prepend
|
||||||
button.btn.btn-secondary((click)='switchToCommand()', title='Switch to a single-line command')
|
a.input-group-text(
|
||||||
|
(click)='switchToCommand()',
|
||||||
|
ngbTooltip='Combine into a single escaped command',
|
||||||
|
href='#'
|
||||||
|
)
|
||||||
i.fas.fa-fw.fa-caret-down
|
i.fas.fa-fw.fa-caret-down
|
||||||
input.form-control.text-monospace(
|
input.form-control.text-monospace(
|
||||||
type='text',
|
type='text',
|
||||||
|
Loading…
Reference in New Issue
Block a user