added restore_from_backup to frontend and task

This commit is contained in:
simon
2021-09-20 20:26:28 +07:00
parent c17e2e6dd1
commit 1c3ca8364c
5 changed files with 36 additions and 5 deletions

View File

@@ -493,6 +493,11 @@ button:hover {
min-width: 300px;
}
.danger-zone {
background-color: var(--highlight-error);
padding: 3px;
}
/* about */
.about-section {
padding: 20px 0;