Skip to content

Commit

Permalink
GDB-8759: Implement operations status component in the WB
Browse files Browse the repository at this point in the history
## What
Removed the loader that indicates that the backup and restore page is being updated.

## Why
The team decided that this confuses clients, as they might think something is happening, but it never ends.

## How
Removed the loader and cleaned up the code.
  • Loading branch information
boyan-tonchev committed Sep 18, 2023
1 parent ef8272d commit 25bc109
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/css/backup-and-restore.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.backup-and-restore-updater-icon div, .backup-and-restore-updater-icon img {
display: inline-block;
}

.backup-and-restore table td {
vertical-align: top;
}
1 change: 0 additions & 1 deletion src/pages/monitor/backup-and-restore.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ <h1>
popover-append-to-body="true">
<span class="icon-info text-tertiary"></span>
</span>
<span onto-loader-new class="backup-and-restore-updater-icon" size="25">
</span>
</h1>

Expand Down

0 comments on commit 25bc109

Please sign in to comment.