mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
feat(helm): enhance helm chart install [r8s-341] (#766)
This commit is contained in:
parent
caac45b834
commit
a9061e5258
29 changed files with 864 additions and 562 deletions
|
@ -70,7 +70,7 @@ export function StackName({
|
|||
Stack
|
||||
<Tooltip message={tooltip} setHtmlMessage />
|
||||
</label>
|
||||
<div className={inputClassName || 'col-sm-8'}>
|
||||
<div className={inputClassName || 'col-sm-9 col-lg-10'}>
|
||||
<AutocompleteSelect
|
||||
searchResults={stackResults?.map((result) => ({
|
||||
value: result,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue