Fix edit monitor modal JS error by restoring monEditType and adding null-safe setVal, and fix SVG icons 404 with root .htaccess rewrite rule for /assets/

This commit is contained in:
Deploymentcenter Bot
2026-08-05 23:09:15 +02:00
parent 5dcfa3a6fe
commit e9dbe793e2
2 changed files with 35 additions and 13 deletions
+3
View File
@@ -1,6 +1,9 @@
<IfModule mod_rewrite.c>
RewriteEngine On
# Route /assets/ requests to public/assets/
RewriteRule ^assets/(.*)$ public/assets/$1 [L,QSA]
# Module API routing
RewriteRule ^api/license/v1(?:/(.*))?$ public/api/license/v1/index.php [L,QSA]
RewriteRule ^api/watchdog/v1(?:/(.*))?$ public/api/watchdog/v1/index.php [L,QSA]