mirror of https://github.com/portainer/portainer
fix(stack): auto complete dropdown in docker stacks [EE-6761] (#11254)
parent
f8b68a809f
commit
f5fbcd4d9d
|
@ -4,7 +4,7 @@
|
|||
<div class="col-sm-12">
|
||||
<rd-widget>
|
||||
<rd-widget-body>
|
||||
<form class="form-horizontal" name="createStackForm">
|
||||
<form class="form-horizontal" name="createStackForm" autocomplete="off">
|
||||
<!-- name-input -->
|
||||
<div class="form-group">
|
||||
<label for="stack_name" class="col-sm-1 control-label text-left">Name</label>
|
||||
|
|
|
@ -139,7 +139,7 @@
|
|||
<pr-icon icon="'edit-2'" class-name="'mr-1'"></pr-icon>
|
||||
Editor
|
||||
</uib-tab-heading>
|
||||
<form class="form-horizontal" ng-if="state.showEditorTab" style="margin-top: 10px" name="stackUpdateForm">
|
||||
<form class="form-horizontal" ng-if="state.showEditorTab" style="margin-top: 10px" name="stackUpdateForm" autocomplete="off">
|
||||
<div class="form-group">
|
||||
<span class="col-sm-12 text-muted small" style="margin-bottom: 7px" ng-if="stackType == STACK_TYPES.DockerCompose && composeSyntaxMaxVersion == 2">
|
||||
This stack will be deployed using the equivalent of <code>docker compose</code>. Only Compose file format version <b>2</b> is supported at the moment.
|
||||
|
|
Loading…
Reference in New Issue