Get back cluster sync option

This commit is contained in:
hteppl
2025-01-31 05:14:40 +03:00
parent ba692f5b73
commit 85f26425ed
2 changed files with 62 additions and 5 deletions
+4
View File
@@ -46,6 +46,10 @@ def build_manage_cluster_kb(cluster_servers, cluster_name) -> InlineKeyboardMark
text="💾 Создать бэкап кластера",
callback_data=AdminServerEditorCallback(action="clusters_backup", data=cluster_name).pack(),
)
builder.button(
text="🔄 Синхронизировать",
callback_data=AdminServerEditorCallback(action="clusters_sync", data=cluster_name).pack(),
)
builder.row(build_admin_back_btn("servers"))
builder.adjust(1)
return builder.as_markup()