mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-12-25 16:18:51 +01:00
feat(ticket): disable timeline
This commit is contained in:
parent
5792587e3e
commit
26c6a778ec
@ -127,9 +127,11 @@
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
{% if helpdesk_settings.HELPDESK_TICKETS_TIMELINE_ENABLED %}
|
||||
<div class="tab-pane fade" id="timelinetabcontents" role="tabpanel" aria-labelledby="timelinetabcontents-tab">
|
||||
<div id='timeline-embed' style="width: 100%; height: 80vh"></div>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
<!-- /.panel-body -->
|
||||
|
Loading…
Reference in New Issue
Block a user