Start switching to peewee for cli commands, add kimai c2v2db
command
This commit is contained in:
@ -99,8 +99,8 @@ class ActivitiesScreen(ListScreen):
|
||||
self.table.add_rows(
|
||||
[
|
||||
[
|
||||
activity.category.id,
|
||||
activity.category.name,
|
||||
activity.category_id,
|
||||
(activity.category.name if (activity.category_id != -1) else ""),
|
||||
activity.id,
|
||||
activity.name,
|
||||
activity.facts_count,
|
||||
|
Reference in New Issue
Block a user