Skip to content

Commit f3117af

Browse files
committed
fix: fxml name mismatch
1 parent 45d4a17 commit f3117af

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

app/queue-server/src/main/resources/org/phoebus/applications/queueserver/view/RePlanEditor.fxml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@
1919
</columns>
2020
</TableView>
2121
<HBox alignment="CENTER_LEFT" layoutY="1.0" spacing="10.0" AnchorPane.leftAnchor="0.0">
22-
<children>
23-
<RadioButton fx:id="planRadBtn" mnemonicParsing="false" text="Plan" />
24-
<RadioButton fx:id="instrRadBtn" mnemonicParsing="false" text="Instruction" />
25-
<ChoiceBox fx:id="choiceBox" />
26-
</children>
22+
<children>
23+
<RadioButton fx:id="planRadBtn" mnemonicParsing="false" text="Plan" />
24+
<RadioButton fx:id="instrRadBtn" mnemonicParsing="false" text="Instruction" />
25+
<ChoiceBox fx:id="choiceBox" />
26+
</children>
2727
</HBox>
2828
<HBox alignment="CENTER_LEFT" layoutY="194.0" spacing="7.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0">
2929
<children>
30-
<Button fx:id="batchBtn" mnemonicParsing="false" text="Batch Upload" />
31-
<HBox alignment="CENTER_RIGHT" spacing="7.0" HBox.hgrow="ALWAYS">
32-
<children>
33-
<Button fx:id="addBtn" mnemonicParsing="false" text="Add to Queue" />
34-
<Button fx:id="saveBtn" mnemonicParsing="false" prefWidth="80.0" text="Save" />
35-
<Button fx:id="resetBtn" mnemonicParsing="false" prefWidth="80.0" text="Reset" />
36-
<Button fx:id="cancelBtn" mnemonicParsing="false" prefWidth="80.0" text="Cancel" />
37-
</children>
38-
</HBox>
30+
<Button fx:id="batchBtn" mnemonicParsing="false" text="Batch Upload" />
31+
<HBox alignment="CENTER_RIGHT" spacing="7.0" HBox.hgrow="ALWAYS">
32+
<children>
33+
<Button fx:id="addBtn" mnemonicParsing="false" text="Add to Queue" />
34+
<Button fx:id="saveBtn" mnemonicParsing="false" prefWidth="80.0" text="Save" />
35+
<Button fx:id="resetBtn" mnemonicParsing="false" prefWidth="80.0" text="Reset" />
36+
<Button fx:id="cancelBtn" mnemonicParsing="false" prefWidth="80.0" text="Cancel" />
37+
</children>
38+
</HBox>
3939
</children>
4040
<padding>
4141
<Insets top="6.0" />

app/queue-server/src/main/resources/org/phoebus/applications/queueserver/view/RePlanViewer.fxml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@
2323
<Label fx:id="planLabel" text="Plan: -" HBox.hgrow="ALWAYS" />
2424
<HBox alignment="CENTER_RIGHT" prefHeight="26.0" prefWidth="0.0" spacing="50.0" HBox.hgrow="ALWAYS">
2525
<children>
26-
<CheckBox fx:id="paramChk" mnemonicParsing="false" text="All Parameters" />
27-
<Label text="QUEUE ITEM" />
26+
<CheckBox fx:id="paramChk" mnemonicParsing="false" text="All Parameters" />
27+
<Label text="QUEUE ITEM" />
2828
</children>
2929
</HBox>
3030
</children>
3131
</HBox>
32-
<HBox fx:id="editBtn" alignment="CENTER_RIGHT" layoutY="194.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0">
33-
<children>
34-
<Button mnemonicParsing="false" text="Copy to Queue" />
35-
<Button mnemonicParsing="false" prefWidth="75.0" text="Edit" />
36-
</children>
37-
<padding>
38-
<Insets top="6.0" />
39-
</padding>
40-
</HBox>
32+
<HBox alignment="CENTER_RIGHT" layoutY="194.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0">
33+
<children>
34+
<Button fx:id="copyBtn" mnemonicParsing="false" text="Copy to Queue" />
35+
<Button fx:id="editBtn" mnemonicParsing="false" prefWidth="75.0" text="Edit" />
36+
</children>
37+
<padding>
38+
<Insets top="6.0" />
39+
</padding>
40+
</HBox>
4141
</children>
42-
</AnchorPane>
42+
</AnchorPane>

0 commit comments

Comments
 (0)