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 ? (
|
{loadingServers ? (
|
||||||
<TableSkeleton rows={5} columns={4} />
|
<TableSkeleton rows={5} columns={4} />
|
||||||
) : !selectedServer ? (
|
) : !selectedServerId ? (
|
||||||
<EmptyState
|
<EmptyState
|
||||||
title="Нет доступных Jumphost-серверов"
|
title="Нет доступных Jumphost-серверов"
|
||||||
description='Создайте хотя бы один сервер типа "jumphost" в разделе Серверы, чтобы включить бэкапы.'
|
description='Создайте хотя бы один сервер типа "jumphost" в разделе Серверы, чтобы включить бэкапы.'
|
||||||
|
|||||||
Reference in New Issue
Block a user