Aggiunte stored procedure più utili le altre pfff
This commit is contained in:
+20
-1
@@ -50,6 +50,17 @@
|
||||
<span>Nuovo Ticket</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#/tickets/bulk" class="nav-link" data-view="bulk-tickets" id="nav-bulk-tickets">
|
||||
<svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
|
||||
<circle cx="9" cy="7" r="4"></circle>
|
||||
<path d="M23 21v-2a4 4 0 0 0-3-3.87"></path>
|
||||
<path d="M16 3.13a4 4 0 0 1 0 7.75"></path>
|
||||
</svg>
|
||||
<span>Apertura Massiva</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="sidebar-footer">
|
||||
@@ -66,7 +77,14 @@
|
||||
<header class="topbar" id="topbar">
|
||||
<div class="topbar-left" style="display:flex; align-items:center; gap:var(--space-md);">
|
||||
<h1 class="page-title" id="page-title">Dashboard</h1>
|
||||
<select class="form-select" id="active-agent-select" style="padding: 6px 32px 6px 12px; font-size: 0.85rem; height: 36px; min-width: 180px; margin: 0; background-position: right 10px center; border-color: var(--border-light);"></select>
|
||||
<div style="display:flex; align-items:center; gap:var(--space-xs);">
|
||||
<select class="form-select" id="active-agent-select" style="padding: 6px 32px 6px 12px; font-size: 0.85rem; height: 36px; min-width: 180px; margin: 0; background-position: right 10px center; border-color: var(--border-light);"></select>
|
||||
<button class="btn btn-ghost btn-sm" id="refresh-lookups-btn" style="height:36px; padding:0 10px; min-width:36px;" title="Aggiorna dati locali (code, utenti)">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" style="width:16px;height:16px;">
|
||||
<path d="M21.5 2v6h-6M21.34 15.57a10 10 0 1 1-.57-8.38l5.67-5.67"/>
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="topbar-right">
|
||||
<div class="search-bar" id="global-search-container">
|
||||
@@ -105,6 +123,7 @@
|
||||
<script src="/js/views/ticketList.js"></script>
|
||||
<script src="/js/views/ticketDetail.js"></script>
|
||||
<script src="/js/views/ticketCreate.js"></script>
|
||||
<script src="/js/views/ticketBulk.js"></script>
|
||||
<script src="/js/app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user