mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
browser: Update ui-assets and fix the copyright header. (#3790)
This commit is contained in:
@@ -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