mirror of
https://github.com/samnyan/aqua-viewer.git
synced 2026-04-25 15:57:36 -05:00
Update login.component.html
This commit is contained in:
parent
345988bdfb
commit
0a010e4760
|
|
@ -1,6 +1,6 @@
|
|||
<mat-card class="login-card">
|
||||
<mat-card-title>
|
||||
Login
|
||||
登录
|
||||
</mat-card-title>
|
||||
<mat-card-content>
|
||||
<form (ngSubmit)="onSubmit()" [formGroup]="loginForm">
|
||||
|
|
@ -11,9 +11,9 @@
|
|||
</mat-form-field>
|
||||
<mat-form-field class="full-width">
|
||||
<mat-label>ApiServer</mat-label>
|
||||
<input formControlName="apiServer" matInput required type="text">
|
||||
<input formControlName="游戏服务器地址" matInput required type="text">
|
||||
</mat-form-field>
|
||||
<button [disabled]="!loginForm.valid" mat-raised-button type="submit">Login</button>
|
||||
<button [disabled]="!loginForm.valid" mat-raised-button type="submit">登录</button>
|
||||
</form>
|
||||
</mat-card-content>
|
||||
</mat-card>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user