mirror of
https://github.com/portainer/portainer.git
synced 2026-08-07 10:04:49 +00:00
fix(kubectl-shell): prompt [BE-13236] (#3234)
This commit is contained in:
@@ -58,8 +58,8 @@ export function KubectlShellView() {
|
|||||||
initialCommands={[
|
initialCommands={[
|
||||||
...LINUX_SHELL_INIT_COMMANDS,
|
...LINUX_SHELL_INIT_COMMANDS,
|
||||||
|
|
||||||
'# Run kubectl commands inside here',
|
'# Run kubectl commands inside here\n',
|
||||||
'# e.g. kubectl get all',
|
'# e.g. kubectl get all\n',
|
||||||
'',
|
'',
|
||||||
]}
|
]}
|
||||||
onResize={supportsResizeOverSocket ? 'socket' : null}
|
onResize={supportsResizeOverSocket ? 'socket' : null}
|
||||||
|
|||||||
Reference in New Issue
Block a user