Skip to content
Snippets Groups Projects
Commit 7be010db authored by Alex ORLUC's avatar Alex ORLUC
Browse files

fix dbname length

parent f70dad3d
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
</mat-form-field>
<mat-form-field appearance="outline">
<mat-label>{{lang.dbName}}</mat-label>
<input matInput formControlName="dbNameCtrl" required>
<input matInput formControlName="dbNameCtrl" maxlength="50" required>
</mat-form-field>
<div class="alert-message alert-message-info" *ngIf="dbExist" role="alert" style="margin-top: 0px;min-width: 100%;">
{{lang.stepEmptyDb}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment