mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
ran: formatter.
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
{@const items = reversed(backupRestoreItems[key])}
|
||||
{@const titleText = isBackup ? 'Creating Backup' : 'Creating Restoration'}
|
||||
{@const shouldInsetRestorations =
|
||||
key === 'restorations' && backupRestoreItems.archives.size > 0}
|
||||
key === 'restorations' && backupRestoreItems.archives.size > 0}
|
||||
|
||||
{#if items.length > 0}
|
||||
<section
|
||||
@@ -129,9 +129,7 @@
|
||||
class:u-padding-block-end-32={index !== items.length - 1}>
|
||||
<div
|
||||
class="progress-bar-top-line u-flex u-gap-8 u-main-space-between">
|
||||
<span class="body-text-2">
|
||||
Preparing database server...
|
||||
</span>
|
||||
<span class="body-text-2"> Preparing database server... </span>
|
||||
|
||||
<span class="backup-name">
|
||||
{backupName(item, key)}
|
||||
|
||||
Reference in New Issue
Block a user