InSingle action FIX
This commit is contained in:
@@ -25,8 +25,6 @@
|
||||
</columnConstraints>
|
||||
<Label text="Endpoint" GridPane.rowIndex="0" GridPane.columnIndex="0"/>
|
||||
<TextField fx:id="endpointTextBox" GridPane.rowIndex="0" GridPane.columnIndex="1"/>
|
||||
<Label text="Host" GridPane.rowIndex="1" GridPane.columnIndex="0"/>
|
||||
<TextField fx:id="hostTextBox" GridPane.rowIndex="1" GridPane.columnIndex="1"/>
|
||||
</GridPane>
|
||||
</TitledPane>
|
||||
|
||||
@@ -41,7 +39,7 @@
|
||||
<CheckBox fx:id="httpEnabledCheckBox" text="Enable HTTP" GridPane.rowIndex="0" GridPane.columnIndex="1"/>
|
||||
<Label text="HTTP Port" GridPane.rowIndex="1" GridPane.columnIndex="0"/>
|
||||
<TextField fx:id="httpPortTextBox" GridPane.rowIndex="1" GridPane.columnIndex="1" maxWidth="140"/>
|
||||
<Label text="z. B. 8081" GridPane.rowIndex="1" GridPane.columnIndex="2" style="-fx-text-fill:#888;"/>
|
||||
<Label text="URL wird automatisch als http://localhost:<Port> gebildet" GridPane.rowIndex="1" GridPane.columnIndex="2" style="-fx-text-fill:#888;"/>
|
||||
|
||||
<CheckBox fx:id="httpsEnabledCheckBox" text="Enable HTTPS" GridPane.rowIndex="2" GridPane.columnIndex="1"/>
|
||||
<Label text="HTTPS Port" GridPane.rowIndex="3" GridPane.columnIndex="0"/>
|
||||
|
||||
Reference in New Issue
Block a user