mirror of https://github.com/itflow-org/itflow
Fix dark mode for AI Ticket Summary
This commit is contained in:
parent
da0b01e23f
commit
2b7017fae2
|
|
@ -17,7 +17,6 @@ This file documents all notable changes made to ITFlow.
|
|||
- Redesigned **AI Ticket Summary**, now divided into 3 sections: Main Issue, Actions Taken, and Resolution/Next Steps.
|
||||
- Updated the **AI Ticket Summary** prompt to include ticket status, reply author, source, category, and priority.
|
||||
|
||||
|
||||
---
|
||||
|
||||
## [25.09]
|
||||
|
|
|
|||
|
|
@ -1275,15 +1275,15 @@ require_once "../includes/footer.php";
|
|||
|
||||
<!-- Summary Modal -->
|
||||
<div class="modal fade" id="summaryModal" tabindex="-1">
|
||||
<div class="modal-dialog modal-lg" role="document">
|
||||
<div class="modal-content bg-dark">
|
||||
<div class="modal-header">
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header bg-dark">
|
||||
<h5 class="modal-title" id="summaryModalTitle">Ticket Summary</h5>
|
||||
<button type="button" class="close text-white" data-dismiss="modal" aria-label="Close">
|
||||
<button type="button" class="close text-white" data-dismiss="modal">
|
||||
<span>×</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="modal-body bg-white">
|
||||
<div class="modal-body">
|
||||
<div id="summaryContent">
|
||||
<div class="text-center"><i class="fas fa-spinner fa-spin"></i> Generating summary...</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue