diff --git a/photo_service_gui/config/global_settings.json b/photo_service_gui/config/global_settings.json index 4a357b3..e3f43f8 100644 --- a/photo_service_gui/config/global_settings.json +++ b/photo_service_gui/config/global_settings.json @@ -22,5 +22,8 @@ "SHOW_VIDEO": "False", "VIDEO_URL": "https://harnaes.no/maalfoto/2023SkiMaal.mp4", "DETECTION_BOX_MINIMUM_SIZE": "0.08", - "DETECTION_BOX_MAXIMUM_SIZE": "0.9" + "DETECTION_BOX_MAXIMUM_SIZE": "0.9", + "SIMULATION_CROSSINGS_START": "False", + "SIMULATION_START_LIST_FILE": "tests/files/startliste.csv", + "SIMULATION_FASTEST_TIME": "300" } \ No newline at end of file diff --git a/photo_service_gui/static/styles.css b/photo_service_gui/static/styles.css index 445ca96..be6a7d6 100644 --- a/photo_service_gui/static/styles.css +++ b/photo_service_gui/static/styles.css @@ -141,6 +141,11 @@ border-right: 1px solid #ddd; color: black; font-weight: bold; } + +.black { + color: black; +} + #white-text { color: white; } diff --git a/photo_service_gui/templates/config.html b/photo_service_gui/templates/config.html index 287d593..de8ea09 100644 --- a/photo_service_gui/templates/config.html +++ b/photo_service_gui/templates/config.html @@ -22,12 +22,12 @@