fix(MikrotikBackupsManager): correct backup server description formatting for consistency
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 1m10s
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 1m10s
This commit is contained in:
@@ -255,7 +255,7 @@ function MikrotikBackupsManager() {
|
|||||||
) : !selectedServer ? (
|
) : !selectedServer ? (
|
||||||
<EmptyState
|
<EmptyState
|
||||||
title="Нет доступных Jumphost-серверов"
|
title="Нет доступных Jumphost-серверов"
|
||||||
description="Создайте хотя бы один сервер типа \"jumphost\" в разделе Серверы, чтобы включить бэкапы."
|
description='Создайте хотя бы один сервер типа "jumphost" в разделе Серверы, чтобы включить бэкапы.'
|
||||||
/>
|
/>
|
||||||
) : loadingBackups ? (
|
) : loadingBackups ? (
|
||||||
<TableSkeleton rows={5} columns={4} />
|
<TableSkeleton rows={5} columns={4} />
|
||||||
|
|||||||
Reference in New Issue
Block a user