Touchscreen, letztes Markdown entfernt

This commit is contained in:
Alexander Malzkuhn 2025-06-04 10:56:09 +02:00
parent 8083e00392
commit 91f0739510

View File

@ -72,7 +72,7 @@ def page_touchscreen():
table_string += f"{datetime.datetime.fromtimestamp(todays_timestamps[i]).strftime('%H:%M')} -"
if i < len(todays_timestamps) - 2:
table_string += ", "
ui.markdown(table_string)
ui.label(table_string)
ui.label(current_user.fullname).classes('text-center')
if current_user.stamp_status() == status_in:
current_button.props('color=green')