We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NetBox version v3.7.8
Describe the bug If the config which is rendered into the JS var jsonDiff has unescaped characters, the django filter "safe" doesn't pick them up.
Fix Changing it to escapejs seems to fix it for me but I've not done extensive testing.