Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b0ac7426b7 | |||
| 941761ad83 |
@@ -1,3 +1,3 @@
|
|||||||
834658
|
836027
|
||||||
834659
|
836028
|
||||||
834673
|
836042
|
||||||
|
|||||||
BIN
backups/ainventory_2026-04-23_15-24-28.tar.gz
Normal file
BIN
backups/ainventory_2026-04-23_15-24-28.tar.gz
Normal file
Binary file not shown.
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "1.14.18",
|
"version": "1.14.19",
|
||||||
"last_build": "2026-04-23-1524",
|
"last_build": "2026-04-23-1527",
|
||||||
"codename": "ConfigCore",
|
"codename": "ConfigCore",
|
||||||
"commit": "f77582fd"
|
"commit": "941761ad"
|
||||||
}
|
}
|
||||||
@@ -72,7 +72,8 @@ export function ExportPanel() {
|
|||||||
{isLoading ? <Loader2 size={14} className="animate-spin" /> : <FileSpreadsheet size={14} />}
|
{isLoading ? <Loader2 size={14} className="animate-spin" /> : <FileSpreadsheet size={14} />}
|
||||||
Excel
|
Excel
|
||||||
</button>
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
{/* Audit Trail Section */}
|
{/* Audit Trail Section */}
|
||||||
<div className="p-4 bg-background/40 border border-slate-800/40 rounded-2xl hover:border-primary/20 transition-all group flex flex-col justify-between">
|
<div className="p-4 bg-background/40 border border-slate-800/40 rounded-2xl hover:border-primary/20 transition-all group flex flex-col justify-between">
|
||||||
@@ -105,7 +106,7 @@ export function ExportPanel() {
|
|||||||
Excel
|
Excel
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{error && (
|
{error && (
|
||||||
|
|||||||
Reference in New Issue
Block a user