diff --git a/frontend/src/components/partials/viewer/Inputs.astro b/frontend/src/components/partials/viewer/Inputs.astro index 9664406..875f47d 100644 --- a/frontend/src/components/partials/viewer/Inputs.astro +++ b/frontend/src/components/partials/viewer/Inputs.astro @@ -243,7 +243,7 @@ x-text="`(${formatBytes(filepath.file_size)})`"> diff --git a/frontend/src/components/partials/viewer/Table.astro b/frontend/src/components/partials/viewer/Table.astro index 5ef91f5..20de0fd 100644 --- a/frontend/src/components/partials/viewer/Table.astro +++ b/frontend/src/components/partials/viewer/Table.astro @@ -48,7 +48,20 @@ >Level - + + + + + + diff --git a/pkg/system.go b/pkg/system.go index 6c54d20..1a927ab 100644 --- a/pkg/system.go +++ b/pkg/system.go @@ -86,7 +86,7 @@ func GetTmpFileNameForSTDIN() string { func GetTmpFileNameForContainer() string { gen, _ := g.NewGenerator([]g.Option{ func(opt *g.Options) error { - opt.Length = 2 + opt.Length = 6 return nil }, }...)