fix(stack): auto complete dropdown in docker stacks [EE-6761] (#11254)

pull/11256/head
Prabhat Khera 2024-02-26 11:43:18 +13:00 committed by GitHub
parent f8b68a809f
commit f5fbcd4d9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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.