Grey out legacy database tables in the admin

This commit is contained in:
2025-01-26 10:29:33 +01:00
parent 4350ade65b
commit 0f53674d8a
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -22,6 +22,7 @@ class BrickCounter(object):
table: str
icon: str
count: int
legacy: bool
def __init__(
self,
@@ -44,3 +45,5 @@ class BrickCounter(object):
self.name = name
self.icon = icon
self.legacy = '(legacy)' in self.name