Chages that enables testing logpaths before saving and making multiple attempts to create correct patterns

This commit is contained in:
2025-12-06 00:20:20 +01:00
parent f23d202e0d
commit 5a3c59ae0d
3 changed files with 74 additions and 21 deletions

View File

@@ -805,7 +805,7 @@
class="inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-green-600 text-sm font-medium text-white hover:bg-green-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-green-500"
onclick="testLogpath()"
data-i18n="modal.test_logpath">Test Logpath</button>
<div id="logpathResults" class="mt-2 p-3 bg-gray-100 rounded-md text-sm font-mono max-h-32 overflow-y-auto hidden"></div>
<pre id="logpathResults" class="mt-2 p-3 bg-gray-100 rounded-md text-sm font-mono max-h-32 overflow-y-auto hidden"></pre>
</div>
</div>
</div>