mirror of https://github.com/portainer/portainer
chore(lint): run yarn format (#6476)
parent
8b4a74f06e
commit
df2269a2fe
|
@ -122,8 +122,10 @@
|
||||||
<div class="col-sm-12 small text-warning">
|
<div class="col-sm-12 small text-warning">
|
||||||
<div ng-messages="kubernetesApplicationCreationForm.application_name.$error">
|
<div ng-messages="kubernetesApplicationCreationForm.application_name.$error">
|
||||||
<p ng-message="required"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> This field is required.</p>
|
<p ng-message="required"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> This field is required.</p>
|
||||||
<p ng-message="pattern"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> This field must consist of lower case alphanumeric characters or '-', and contain at most 63
|
<p ng-message="pattern"
|
||||||
characters, and must start and end with an alphanumeric character (e.g. 'my-name', or 'abc-123').</p>
|
><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> This field must consist of lower case alphanumeric characters or '-', and contain at most 63
|
||||||
|
characters, and must start and end with an alphanumeric character (e.g. 'my-name', or 'abc-123').</p
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<p ng-if="ctrl.state.alreadyExists"
|
<p ng-if="ctrl.state.alreadyExists"
|
||||||
><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> An application with the same name already exists inside the selected namespace.</p
|
><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> An application with the same name already exists inside the selected namespace.</p
|
||||||
|
|
Loading…
Reference in New Issue