@@ -131,16 +131,22 @@ <h2>
131
131
</ h2 >
132
132
</ div >
133
133
134
- < div ng-if ="!noContainersYet ">
135
- < div class ="mar-bottom-md mar-top-xl ">
134
+ < div ng-if ="!noContainersYet " class =" mar-top-xl mar-bottom-xl " >
135
+ < div class ="mar-bottom-md ">
136
136
< span class ="pficon pficon-info " aria-hidden ="true "> </ span >
137
- When you navigate away from this pod, any open terminal connections will be closed.
138
- This will kill any foreground processes you started from the terminal.
137
+ < span ng-class ="{ 'mar-right-md': hasFullscreen } ">
138
+ When you navigate away from this pod, any open terminal connections will be closed.
139
+ This will kill any foreground processes you started from the terminal.
140
+ </ span >
141
+ < a href =""
142
+ ng-if ="hasFullscreen "
143
+ ng-click ="fullscreenTerminal() "
144
+ class ="nowrap "> Open Fullscreen Terminal</ a >
139
145
</ div >
140
146
141
147
< alerts ng-if ="selectedTerminalContainer.status === 'disconnected' " alerts ="terminalDisconnectAlert "> </ alerts >
142
148
143
- < div class ="mar-left-xl mar-bottom-xl ">
149
+ < div class ="mar-left-xl ">
144
150
< div class ="row ">
145
151
< div class ="pad-left-none pad-bottom-md col-sm-6 col-lg-4 ">
146
152
< span ng-if ="pod.spec.containers.length === 1 ">
@@ -182,25 +188,23 @@ <h2>
182
188
</ ui-select >
183
189
</ div >
184
190
</ div >
191
+ </ div >
185
192
186
- < div class ="container-terminal-wrapper ">
187
- < div class ="row " ng-repeat ="term in containerTerminals ">
188
- < div class ="column ">
189
- < kubernetes-container-terminal
190
- prevent ="!terminalTabWasSelected "
191
- ng-if ="term.isUsed "
192
- ng-show ="term.isVisible "
193
- pod ="pod "
194
- container ="term.containerName "
195
- status ="term.status "
196
- rows ="terminalRows "
197
- cols ="terminalCols "
198
- autofocus ="true "
199
- command ='["/bin/sh", "-i", "-c", "TERM=xterm /bin/sh"] '
200
- >
201
- </ kubernetes-container-terminal >
202
- </ div >
203
- </ div >
193
+ < div id ="container-terminal-wrapper " class ="container-terminal-wrapper ">
194
+ < div ng-repeat ="term in containerTerminals ">
195
+ < kubernetes-container-terminal
196
+ prevent ="!terminalTabWasSelected "
197
+ ng-if ="term.isUsed "
198
+ ng-show ="term.isVisible "
199
+ pod ="pod "
200
+ container ="term.containerName "
201
+ status ="term.status "
202
+ rows ="terminalRows "
203
+ cols ="terminalCols "
204
+ autofocus ="true "
205
+ command ='["/bin/sh", "-i", "-c", "TERM=xterm /bin/sh"] '
206
+ >
207
+ </ kubernetes-container-terminal >
204
208
</ div >
205
209
</ div >
206
210
</ div >
0 commit comments