Skip to content

Commit b1925b2

Browse files
added additional clarification of terminal (#4422)
Signed-off-by: msivasubramaniaan <[email protected]>
1 parent 1b9d0e4 commit b1925b2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/webview/openshift-terminal/app/terminalMultiplexer.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export const TerminalMultiplexer = () => {
201201

202202
if (!terminals.length) {
203203
return (
204-
<Stack justifyContent="center" width="100%">
204+
<Stack justifyContent="center" width="100%" direction="column">
205205
<Stack direction="row" justifyContent="center" alignItems="center">
206206
<SvgIcon
207207
component={OpenShiftIcon}
@@ -215,6 +215,9 @@ export const TerminalMultiplexer = () => {
215215
/>
216216
<Typography>No terminals opened.</Typography>
217217
</Stack>
218+
<Stack direction="row" justifyContent="center" alignItems="center">
219+
<Typography variant='caption'>Terminals related to operations performed on the OpenShift cluster will appear here</Typography>
220+
</Stack>
218221
</Stack>
219222
);
220223
}

0 commit comments

Comments
 (0)