fix: Login
This commit is contained in:
@@ -24,18 +24,18 @@
|
||||
</padding>
|
||||
|
||||
<VBox alignment="CENTER" spacing="5.0">
|
||||
<Label text="Sign In" styleClass="title-2"/>
|
||||
<Label text="Welcome back to the portal" styleClass="text-muted"/>
|
||||
<Label text="Přihlásit se" styleClass="title-2"/>
|
||||
<Label text="Vítejte zpět" styleClass="text-muted"/>
|
||||
</VBox>
|
||||
|
||||
<Label prefHeight="15.0"/>
|
||||
<TextField fx:id="usernameField" promptText="Username or Email" onAction="#onUsernameAction"/>
|
||||
<PasswordField fx:id="passwordField" promptText="Password" onAction="#onLoginClick"/>
|
||||
<TextField fx:id="usernameField" promptText="Uživatelské jméno" onAction="#onUsernameAction"/>
|
||||
<PasswordField fx:id="passwordField" promptText="Heslo" onAction="#onLoginClick"/>
|
||||
|
||||
<?import javafx.scene.control.ProgressIndicator?>
|
||||
<ProgressIndicator fx:id="loadingIndicator" visible="false" prefWidth="24.0" prefHeight="24.0" />
|
||||
|
||||
<Button fx:id="loginButton" text="Login" onAction="#onLoginClick" maxWidth="Infinity" styleClass="accent" defaultButton="true"/>
|
||||
<Button fx:id="loginButton" text="Přihlásit se" onAction="#onLoginClick" maxWidth="Infinity" styleClass="accent" defaultButton="true"/>
|
||||
|
||||
</VBox>
|
||||
</StackPane>
|
||||
|
||||
Reference in New Issue
Block a user