viberadar 0.3.154 → 0.3.155
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ui/dashboard.html +1 -1
- package/package.json +1 -1
package/dist/ui/dashboard.html
CHANGED
|
@@ -3836,7 +3836,7 @@ function renderObsGlobalDetail(c, filterFeatureKey) {
|
|
|
3836
3836
|
const missing = (i.missingFields || []);
|
|
3837
3837
|
const missingStr = missing.length ? missing.join(', ') : '—';
|
|
3838
3838
|
const btn = hasAgent
|
|
3839
|
-
? `<button class="obs-action-btn" onclick="event.stopPropagation();runAgentTask('obs-fix-module',null,null,null,{modulePath:${JSON.stringify(i.modulePath)}})">исправить</button>`
|
|
3839
|
+
? `<button class="obs-action-btn" onclick="event.stopPropagation();runAgentTask('obs-fix-module',null,null,null,{modulePath:${escapeHtml(JSON.stringify(i.modulePath))}})">исправить</button>`
|
|
3840
3840
|
: '';
|
|
3841
3841
|
return `
|
|
3842
3842
|
<div class="obs-cat-row">
|