Files
duplicati/Duplicati/Server/README.md
Jan 71eb03130a Improve result reporting for interrupted/failed backups (Fix #4829)
Direct import of PR#4978
Update web UI for new result reports.
For operations with fatal errors, write logs to same operation ID.
Test that Interrupted flag is correct in RunScriptTests.
Update backup log display for new result reporting.
Hide file statistics for fatal errors and change fatal icon.
2023-09-21 20:01:17 +02:00

423 B

Update style sheets

Install less CSS and minify plugin:

npm install less -g
npm install -g less-plugin-clean-css

Compile styles:

cd webroot/ngax
lessc less/dark.less styles/dark.css --clean-css -m=always
lessc less/default.less styles/default.css --clean-css -m=always

There are warnings about math=always, but to fix those all divisions in .less need to be wrapped in parens.