Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/61904e74455531eb9670908877de7aa82633bc94 You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/906/head
Louis Vézina 5 years ago
parent 63b85d8e1a
commit 61904e7445

@ -123,7 +123,7 @@
icon = '"fas fa-info-circle" style="color: #1e90ff;"';
break;
case 'WARNING':
icon = '"fas fa-exclamation-circle" style="color: yellow;"';
icon = '"fas fa-exclamation-circle" style="color: #ffa500`;"';
break;
case 'ERROR':
icon = '"fas fa-bug" style="color: red;"';

Loading…
Cancel
Save