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