refactor(MikrotikBackupsManager): update condition to check for selectedServerId instead of selectedServer for improved clarity
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 3m10s
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 3m10s
This commit is contained in:
@@ -411,7 +411,7 @@ function MikrotikBackupsManager() {
|
||||
|
||||
{loadingServers ? (
|
||||
<TableSkeleton rows={5} columns={4} />
|
||||
) : !selectedServer ? (
|
||||
) : !selectedServerId ? (
|
||||
<EmptyState
|
||||
title="Нет доступных Jumphost-серверов"
|
||||
description='Создайте хотя бы один сервер типа "jumphost" в разделе Серверы, чтобы включить бэкапы.'
|
||||
|
||||
Reference in New Issue
Block a user