mirror of
https://github.com/koloideal/DutyLog.git
synced 2026-06-10 10:25:29 +03:00
update
This commit is contained in:
@@ -17,6 +17,7 @@ class AdminMenuSG(StatesGroup):
|
||||
residents_filtered_results = State()
|
||||
resident_info = State()
|
||||
resident_logout_confirm = State()
|
||||
resident_delete_confirm = State()
|
||||
add_hours_select = State()
|
||||
remove_hours_select = State()
|
||||
add_hours_custom = State()
|
||||
@@ -27,6 +28,16 @@ class AdminMenuSG(StatesGroup):
|
||||
create_resident_floor = State()
|
||||
create_resident_room = State()
|
||||
create_resident_confirm = State()
|
||||
floors = State()
|
||||
floor_delete_confirm = State()
|
||||
create_floor_input = State()
|
||||
create_floor_confirm = State()
|
||||
rooms_select_floor = State()
|
||||
rooms_list = State()
|
||||
room_delete_confirm = State()
|
||||
create_room_select_floor = State()
|
||||
create_room_input = State()
|
||||
create_room_confirm = State()
|
||||
statistics = State()
|
||||
broadcast = State()
|
||||
broadcast_confirm = State()
|
||||
|
||||
Reference in New Issue
Block a user