diff --git a/.standalone.pid b/.standalone.pid index aa7bda71..950e2496 100644 --- a/.standalone.pid +++ b/.standalone.pid @@ -1,3 +1,3 @@ -831457 -831458 -831472 +833504 +833505 +833519 diff --git a/backups/ainventory_2026-04-23_15-08-46.tar.gz b/backups/ainventory_2026-04-23_15-08-46.tar.gz new file mode 100644 index 00000000..e37b77ce Binary files /dev/null and b/backups/ainventory_2026-04-23_15-08-46.tar.gz differ diff --git a/frontend/VERSION.json b/frontend/VERSION.json index b52655b7..fa0143ac 100644 --- a/frontend/VERSION.json +++ b/frontend/VERSION.json @@ -1,6 +1,6 @@ { - "version": "1.14.14", - "last_build": "2026-04-23-1508", + "version": "1.14.15", + "last_build": "2026-04-23-1514", "codename": "ConfigCore", - "commit": "6f9716c3" + "commit": "76f0e83a" } \ No newline at end of file diff --git a/frontend/components/admin/ExportPanel.tsx b/frontend/components/admin/ExportPanel.tsx index 279e293c..ace35889 100644 --- a/frontend/components/admin/ExportPanel.tsx +++ b/frontend/components/admin/ExportPanel.tsx @@ -31,8 +31,8 @@ export function ExportPanel() { return (
-
- +
+

Export & Reports

@@ -44,7 +44,7 @@ export function ExportPanel() {
{/* Inventory Snapshot Section */} -
+

Inventory Snapshot

@@ -56,34 +56,34 @@ export function ExportPanel() {

{/* Audit Trail Section */} -
+

Audit Trail

@@ -95,36 +95,37 @@ export function ExportPanel() {

{error && ( -
- Error: {error} +
+
+ Error: {error}
)}