mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 12:40:24 +03:00
browser: Update ui-assets and fix the copyright header. (#3790)
This commit is contained in:
+3
-3
@@ -47,9 +47,9 @@ const assetPrefix = "production"
|
||||
|
||||
func assetFS() *assetfs.AssetFS {
|
||||
return &assetfs.AssetFS{
|
||||
Asset: miniobrowser.Asset,
|
||||
AssetDir: miniobrowser.AssetDir,
|
||||
AssetInfo: miniobrowser.AssetInfo,
|
||||
Asset: browser.Asset,
|
||||
AssetDir: browser.AssetDir,
|
||||
AssetInfo: browser.AssetInfo,
|
||||
Prefix: assetPrefix,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user