InSingle action FIX

This commit is contained in:
Christoph Hehl
2026-05-15 06:25:32 +02:00
parent abcd027897
commit f7a58200ed
47 changed files with 201 additions and 60 deletions

View File

@@ -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:&lt;Port&gt; 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"/>