
This patch adds fields for output, exit code and message into Execute action dialog. To display output of command, this also modifies dialog not to be close by clicking submit button. To close this dialog, click cancel or type Esc key. Change-Id: I6f753387f4e8fa833b5081b4f11fa5c89927b6d0
10 lines
115 B
SCSS
10 lines
115 B
SCSS
.logs {
|
|
margin-top: 18px;
|
|
}
|
|
.console {
|
|
margin-top: 10px;
|
|
height: 500px;
|
|
}
|
|
textarea#output {
|
|
height: 10em;
|
|
} |