Add static token to settings
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<th>id</th>
|
||||
<th>hook id</th>
|
||||
<th>hook name</th>
|
||||
<th>data</th>
|
||||
<th>title</th>
|
||||
<th>actions</th>
|
||||
</thead>
|
||||
{% for item in items %}
|
||||
@@ -20,7 +20,7 @@
|
||||
hx-target="#modals-here">{{ item.hook.name }}
|
||||
</a>
|
||||
</td>
|
||||
<td><pre>{{ item.data }}</pre></td>
|
||||
<td><pre>{{ item.title }}</pre></td>
|
||||
<td>
|
||||
<div class="buttons">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user