add activation displaying

This commit is contained in:
2023-02-19 16:46:07 -06:00
parent b72bc7584e
commit ecc8288223
2 changed files with 23 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
<td><%=cue.description%></td>
<td><%=cue.type.display%></td>
<td><%=cue.state%></td>
<td><%=cue.activation%></td>
<td><%=cue.activation.display%></td>
<td><%=cue.length%></td>
</tr>
<% }) %>