mirror of
https://github.com/techgarage-ir/MTWireGuard.git
synced 2025-08-29 06:18:08 +02:00
Added Serilog to manage logs
Handle required fields while starting
This commit is contained in:
parent
6fbfaa1007
commit
b128154c60
17 changed files with 749 additions and 154 deletions
6
UI/wwwroot/assets/js/serilogui.js
Normal file
6
UI/wwwroot/assets/js/serilogui.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
let favicon = document.createElement('link');
|
||||
favicon.href = 'img/favicon.ico';
|
||||
favicon.rel = 'icon';
|
||||
document.getElementsByTagName('head')[0].appendChild(favicon);
|
||||
document.querySelector('#sidebar.active .logo:first-child').innerHTML = 'MW';
|
||||
document.querySelector('#sidebar.active .logo:last-child').innerHTML = 'MTWireguard';
|
Loading…
Add table
Add a link
Reference in a new issue