Touchscreen, letztes Markdown entfernt
This commit is contained in:
parent
8083e00392
commit
91f0739510
@ -72,7 +72,7 @@ def page_touchscreen():
|
|||||||
table_string += f"{datetime.datetime.fromtimestamp(todays_timestamps[i]).strftime('%H:%M')} -"
|
table_string += f"{datetime.datetime.fromtimestamp(todays_timestamps[i]).strftime('%H:%M')} -"
|
||||||
if i < len(todays_timestamps) - 2:
|
if i < len(todays_timestamps) - 2:
|
||||||
table_string += ", "
|
table_string += ", "
|
||||||
ui.markdown(table_string)
|
ui.label(table_string)
|
||||||
ui.label(current_user.fullname).classes('text-center')
|
ui.label(current_user.fullname).classes('text-center')
|
||||||
if current_user.stamp_status() == status_in:
|
if current_user.stamp_status() == status_in:
|
||||||
current_button.props('color=green')
|
current_button.props('color=green')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user