Moved jq-repeat to use NPM package

This commit is contained in:
2025-12-31 16:01:34 -05:00
parent 3a31083871
commit 5dd07edf1a
6 changed files with 830 additions and 934 deletions
+3 -6
View File
@@ -179,14 +179,11 @@
<h3><img height="32px" src="{{ displayIconHtml }}"/> {{name}} </h3>
</div>
<div>
<b jq-repeat='Domain_{{id}}' jq-repeat-index="domain" class="me-2 my-1 badge text-bg-info rounded-pill fs-6">
{{#domains}}
<b class="me-2 my-1 badge text-bg-info rounded-pill fs-6">
{{domain}}
</b>
<script type="text/javascript">
try{
$.scope.Domain_{{id}}.push(...{{{domainsString}}});
}catch{}
</script>
{{/domains}}
</div>
</div>
<div class="card-footer">