add cue list filter

This commit is contained in:
sparks-alec
2024-10-28 05:41:37 -04:00
parent 9b4a3bfaba
commit 5bf747d24a
2 changed files with 17 additions and 0 deletions
+2
View File
@@ -4,6 +4,7 @@
</header>
<% for(var i in data.EOS.cueLists){ %>
<% if(data.cueListFilter == i || data.cueListFilter.length==0){ %>
<div class="list_container">
<div class="list_name">List <%= i %></div>
<table cellspacing="0">
@@ -38,5 +39,6 @@
<% } %>
</table>
</div>
<% } %>
<% } %>