diff --git a/voting-station-gui/src/polling_station_dashboard/StatusLog/java/StatusLogLoader.java b/voting-station-gui/src/polling_station_dashboard/StatusLog/java/StatusLogLoader.java index 1ceabb0..5753f6e 100644 --- a/voting-station-gui/src/polling_station_dashboard/StatusLog/java/StatusLogLoader.java +++ b/voting-station-gui/src/polling_station_dashboard/StatusLog/java/StatusLogLoader.java @@ -12,7 +12,7 @@ import java.io.IOException; */ public class StatusLogLoader { - private static final String POLLING_STATION_DASHBOARD_FXML_PATH = "../fxml/settings.fxml"; + private static final String STATUS_LOG_FXML_PATH = "../fxml/status_log.fxml"; private Stage currentStage; private FXMLLoader fxmlLoader; @@ -22,7 +22,7 @@ public class StatusLogLoader { { currentStage = primaryStage; statusLogUpdater = updater; - fxmlLoader = new FXMLLoader(getClass().getResource(POLLING_STATION_DASHBOARD_FXML_PATH)); + fxmlLoader = new FXMLLoader(getClass().getResource(STATUS_LOG_FXML_PATH)); } public GridPane GetStatusLogInstance() throws IOException { diff --git a/voting-station-gui/src/polling_station_dashboard/fxml/polling_station_dashboard.fxml b/voting-station-gui/src/polling_station_dashboard/fxml/polling_station_dashboard.fxml index f755ce7..b3af86e 100644 --- a/voting-station-gui/src/polling_station_dashboard/fxml/polling_station_dashboard.fxml +++ b/voting-station-gui/src/polling_station_dashboard/fxml/polling_station_dashboard.fxml @@ -72,9 +72,9 @@