feat(storage): show job error details in history table and output panel

This commit is contained in:
2026-07-07 00:45:03 -04:00
parent 428056e1be
commit 197b2ad13e
2 changed files with 25 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
BINARY=nasctl
VERSION?=0.7.3
VERSION?=0.7.4
GO?=go
LDFLAGS=-s -w -X github.com/darroyo/nasctl/internal/web.Version=$(VERSION) -X github.com/darroyo/nasctl/internal/web.Commit=$(shell git rev-parse --short HEAD 2>/dev/null || echo unknown)
BUILD_FLAGS=CGO_ENABLED=0