fixed removal of restrictions
This commit is contained in:
@ -48,8 +48,6 @@ class System(Tab):
|
|||||||
with self.scroll:
|
with self.scroll:
|
||||||
with ui.row() as row:
|
with ui.row() as row:
|
||||||
row.tailwind.width("full").align_items("center").justify_content("between")
|
row.tailwind.width("full").align_items("center").justify_content("between")
|
||||||
with ui.row() as row:
|
|
||||||
row.tailwind.align_items("center")
|
|
||||||
self._elements[restriction] = {
|
self._elements[restriction] = {
|
||||||
"control": el.FInput(value=restriction, read_only=True),
|
"control": el.FInput(value=restriction, read_only=True),
|
||||||
"row": row,
|
"row": row,
|
||||||
|
|||||||
Reference in New Issue
Block a user