mirror of https://github.com/portainer/portainer
disable html5 validation (#10843)
parent
eee632b22d
commit
4b0f08e92a
|
@ -59,7 +59,7 @@
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<rd-widget>
|
<rd-widget>
|
||||||
<rd-widget-body>
|
<rd-widget-body>
|
||||||
<form class="form-horizontal mt-4" name="kubernetesApplicationCreationForm" autocomplete="off">
|
<form class="form-horizontal mt-4" name="kubernetesApplicationCreationForm" autocomplete="off" novalidate>
|
||||||
<div ng-if="ctrl.isExternalApplication()">
|
<div ng-if="ctrl.isExternalApplication()">
|
||||||
<div class="col-sm-12 form-section-title" ng-if="ctrl.state.appType === ctrl.KubernetesDeploymentTypes.APPLICATION_FORM"> Namespace </div>
|
<div class="col-sm-12 form-section-title" ng-if="ctrl.state.appType === ctrl.KubernetesDeploymentTypes.APPLICATION_FORM"> Namespace </div>
|
||||||
<!-- #region NAMESPACE -->
|
<!-- #region NAMESPACE -->
|
||||||
|
|
Loading…
Reference in New Issue