mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-09-05 22:52:39 +00:00
Added support of local paste view in dashboard for Mails event only
This commit is contained in:
parent
7c8d414948
commit
1826b170ec
3 changed files with 19 additions and 4 deletions
|
@ -140,6 +140,7 @@
|
|||
<th>Date</th>
|
||||
<th>Paste name</th>
|
||||
<th>Message</th>
|
||||
<th>Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="tab_body">
|
||||
|
@ -153,6 +154,7 @@
|
|||
<!-- /#page-wrapper -->
|
||||
|
||||
</div>
|
||||
<script> var url_showSavedPath = "{{ url_for('showsavedpaste') }}"; </script>
|
||||
<script type="text/javascript" src="{{ url_for('static', filename='js/indexjavascript.js')}}"></script>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue