diff options
author | Viktoria Pundy <viktoria.pundy@aon.at> | 2018-05-15 19:49:21 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-05-22 15:24:54 +0200 |
commit | 4d7e495f269987c334aba2f69cae322221039ac1 (patch) | |
tree | b153dfc4f137b607f03fe0f3823c7e4b853b7f53 /src/main/resources/fxml/CreateOperationController.fxml | |
parent | 89ff04e30ccffd18429613a3f31a4f2d088030d4 (diff) | |
download | sepm-groupproject-4d7e495f269987c334aba2f69cae322221039ac1.tar.gz sepm-groupproject-4d7e495f269987c334aba2f69cae322221039ac1.tar.xz sepm-groupproject-4d7e495f269987c334aba2f69cae322221039ac1.zip |
Included ArchivOperation into CreateOperation [#24990]
Diffstat (limited to 'src/main/resources/fxml/CreateOperationController.fxml')
-rw-r--r-- | src/main/resources/fxml/CreateOperationController.fxml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/fxml/CreateOperationController.fxml b/src/main/resources/fxml/CreateOperationController.fxml index 3958872..c8e837c 100644 --- a/src/main/resources/fxml/CreateOperationController.fxml +++ b/src/main/resources/fxml/CreateOperationController.fxml @@ -74,4 +74,5 @@ <FlowPane fx:id="fpVehicles" hgap="12" layoutX="40.0" layoutY="228.0" prefHeight="388.0" prefWidth="920.0" vgap="12"> </FlowPane> + <fx:include source="ArchivOperation.fxml" fx:id="archivOperation"/> </AnchorPane> |