File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/webview/openshift-terminal/app Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments