mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 08:57:17 +00:00
fix(ui): include _-prefixed dirs in embedded assets (#26589)
Signed-off-by: choejwoo <jaewoo45@gmail.com>
This commit is contained in:
parent
c5d1c914bb
commit
4b4bbc8bb2
1 changed files with 1 additions and 0 deletions
|
|
@ -5,4 +5,5 @@ import "embed"
|
|||
// Embedded contains embedded UI resources
|
||||
//
|
||||
//go:embed dist/app
|
||||
//go:embed all:dist/app/assets/images/resources
|
||||
var Embedded embed.FS
|
||||
|
|
|
|||
Loading…
Reference in a new issue