|
16 | 16 | <AnchorPane fx:id="serverInfoPane" prefHeight="450.0" prefWidth="650.0" style="-fx-background-color: #fff;" stylesheets="@../assets/style.css" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="cc.cc1234.app.controller.ServerViewController">
|
17 | 17 | <children>
|
18 | 18 | <TextField fx:id="zkServer" layoutX="30.0" layoutY="25.0" prefHeight="25.0" prefWidth="240.0" promptText="127.0.0.1:2181" styleClass="v-line-textField" AnchorPane.leftAnchor="30.0" AnchorPane.topAnchor="25.0" />
|
19 |
| - <CheckBox fx:id="sshTunnelCheckbox" layoutX="30.0" layoutY="70.0" mnemonicParsing="false" prefHeight="25.0" styleClass="v-checkbox" text="Use SSH Tunne" AnchorPane.leftAnchor="30.0" AnchorPane.topAnchor="70.0" /> |
20 |
| - <AnchorPane fx:id="sshTunnelPane" layoutX="30.0" layoutY="175.0" prefHeight="246.0" prefWidth="590.0" style="-fx-border-color: #ddd; -fx-border-style: dashed; -fx-border-width: 2; -fx-background-color: transparent;" AnchorPane.bottomAnchor="50.0" AnchorPane.leftAnchor="30.0" AnchorPane.rightAnchor="30.0" AnchorPane.topAnchor="120.0"> |
| 19 | + <CheckBox fx:id="sshTunnelCheckbox" layoutX="30.0" layoutY="70.0" mnemonicParsing="false" prefHeight="25.0" styleClass="v-checkbox" text="Use SSH Tunne" AnchorPane.leftAnchor="30.0" AnchorPane.topAnchor="110.0" /> |
| 20 | + <AnchorPane fx:id="sshTunnelPane" layoutX="30.0" layoutY="150.0" prefHeight="250.0" prefWidth="614.0" style="-fx-border-color: #ddd; -fx-border-style: dashed; -fx-border-width: 2; -fx-background-color: transparent;" AnchorPane.bottomAnchor="50.0" AnchorPane.leftAnchor="30.0" AnchorPane.rightAnchor="30.0" AnchorPane.topAnchor="150.0"> |
21 | 21 | <children>
|
22 | 22 | <GridPane hgap="20.0" layoutX="2.0" layoutY="8.0" vgap="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
23 | 23 | <columnConstraints>
|
|
26 | 26 | <ColumnConstraints halignment="CENTER" hgrow="SOMETIMES" minWidth="240.0" prefWidth="240.0" />
|
27 | 27 | </columnConstraints>
|
28 | 28 | <rowConstraints>
|
29 |
| - <RowConstraints minHeight="60.0" prefHeight="80.0" valignment="CENTER" vgrow="SOMETIMES" /> |
| 29 | + <RowConstraints minHeight="40.0" prefHeight="50.0" valignment="CENTER" vgrow="SOMETIMES" /> |
30 | 30 | <RowConstraints minHeight="0.0" prefHeight="150.0" valignment="CENTER" vgrow="SOMETIMES" />
|
31 | 31 | </rowConstraints>
|
32 | 32 | <children>
|
|
45 | 45 | <Text layoutX="70.0" layoutY="55.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Remote Server" AnchorPane.leftAnchor="30.0" AnchorPane.topAnchor="20.0" />
|
46 | 46 | </children>
|
47 | 47 | </AnchorPane>
|
48 |
| - <ProgressBar fx:id="sshTunnelProgressBarFrom" prefHeight="18.0" prefWidth="81.0" progress="0.0" rotate="90.0" /> |
| 48 | + <ProgressBar fx:id="sshTunnelProgressBarFrom" prefHeight="18.0" prefWidth="43.0" progress="0.0" rotate="90.0" /> |
49 | 49 | </children>
|
50 | 50 | <padding>
|
51 | 51 | <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
54 | 54 | </children>
|
55 | 55 | </AnchorPane>
|
56 | 56 | <Button fx:id="closeButton" layoutX="620.0" layoutY="14.0" mnemonicParsing="false" styleClass="v-button" text="X" AnchorPane.rightAnchor="30.0" AnchorPane.topAnchor="10.0" />
|
57 |
| - <TextArea fx:id="aclTextArea" layoutX="353.0" layoutY="51.0" prefHeight="60.0" prefWidth="240.0" styleClass="vTextArea" AnchorPane.rightAnchor="81.0" AnchorPane.topAnchor="20.0" /> |
| 57 | + <TextArea fx:id="aclTextArea" layoutX="353.0" layoutY="51.0" prefHeight="90.0" prefWidth="240.0" styleClass="vTextArea" AnchorPane.rightAnchor="81.0" AnchorPane.topAnchor="20.0" /> |
58 | 58 | <HBox fx:id="buttonHBox" alignment="CENTER" layoutX="444.0" layoutY="432.0" prefHeight="25.0" spacing="10.0" AnchorPane.bottomAnchor="10.0" AnchorPane.rightAnchor="30.0">
|
59 | 59 | <children>
|
60 | 60 | <Button fx:id="saveButton" mnemonicParsing="false" styleClass="v-button" text="save" />
|
61 | 61 | <Button fx:id="connectButton" mnemonicParsing="false" styleClass="v-button" text="connect" />
|
62 | 62 | <Button fx:id="deleteButton" mnemonicParsing="false" styleClass="v-button" text="delete" />
|
63 | 63 | </children>
|
64 | 64 | </HBox>
|
| 65 | + <TextField fx:id="zkAlias" layoutX="30.0" layoutY="65.0" prefHeight="25.0" prefWidth="240.0" promptText="Alias name (Option)" styleClass="v-line-textField" /> |
65 | 66 | </children>
|
66 | 67 | </AnchorPane>
|
0 commit comments