mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 23:35:31 +02:00
fix(console): fix command not found [EE-6982] (#11825)
This commit is contained in:
parent
2b01136d03
commit
db8f9c6f6c
2 changed files with 20 additions and 7 deletions
|
@ -29,6 +29,7 @@
|
|||
<select class="form-control" ng-model="formValues.command" id="command" data-cy="command-select">
|
||||
<option value="ash" ng-if="imageOS == 'linux'">/bin/ash</option>
|
||||
<option value="bash" ng-if="imageOS == 'linux'">/bin/bash</option>
|
||||
<option value="dash" ng-if="imageOS == 'linux'">/bin/dash</option>
|
||||
<option value="sh" ng-if="imageOS == 'linux'">/bin/sh</option>
|
||||
<option value="powershell" ng-if="imageOS == 'windows'">powershell</option>
|
||||
<option value="cmd.exe" ng-if="imageOS == 'windows'">cmd.exe</option>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue