/
mikopbx
/
ModuleBackup
Обзор
Документация
Войти
/
mikopbx
/
ModuleBackup
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
public/assets/css/module-backup.css
55 строк
1 KB
Alexey Portnov
Исправление совместимости PHP 8, безопасности REST API и оптимизация бекапа
04 апр 2026, 21:37
04 апр 2026, 21:37
1428052
Код
Авторство
О чём код?
/* * MikoPBX - free phone system for small business * Copyright (C) 2017-2024 Alexey Portnov and Nikolay Beketov * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along with this program. * If not, see <https://www.gnu.org/licenses/>. */ /* Action buttons */ .backup-action-buttons { padding: 0 !important; margin: 0 0 1em 0 !important; display: flex; flex-wrap: wrap; gap: 0.5em; } .backup-action-buttons .button { margin: 0 !important; } /* Upload progress */ .backup-upload-progress { margin-bottom: 1.5em !important; } /* Table styling */ #existing-backup-files-table .status i.archive.icon { color: #00b5ad; } #existing-backup-files-table .status i.spinner.icon { color: #2185d0; } /* File size column */ #existing-backup-files-table .file-size { white-space: nowrap; } /* Row in progress */ #existing-backup-files-table tr.backupIndex-file .status { font-weight: 600; white-space: nowrap; }