Skip to content

Commit

Permalink
added additional clarification of terminal (#4422)
Browse files Browse the repository at this point in the history
Signed-off-by: msivasubramaniaan <[email protected]>
  • Loading branch information
msivasubramaniaan committed Sep 3, 2024
1 parent 1b9d0e4 commit b1925b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/webview/openshift-terminal/app/terminalMultiplexer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export const TerminalMultiplexer = () => {

if (!terminals.length) {
return (
<Stack justifyContent="center" width="100%">
<Stack justifyContent="center" width="100%" direction="column">
<Stack direction="row" justifyContent="center" alignItems="center">
<SvgIcon
component={OpenShiftIcon}
Expand All @@ -215,6 +215,9 @@ export const TerminalMultiplexer = () => {
/>
<Typography>No terminals opened.</Typography>
</Stack>
<Stack direction="row" justifyContent="center" alignItems="center">
<Typography variant='caption'>Terminals related to operations performed on the OpenShift cluster will appear here</Typography>
</Stack>
</Stack>
);
}
Expand Down

0 comments on commit b1925b2

Please sign in to comment.