mirror of
https://github.com/portainer/portainer.git
synced 2025-11-26 14:06:05 +08:00
fix(app): skip authorizations in CE [EE-2423] (#6431)
* feat(app): check auth on ee only * refactor(features): load edition from env var * fix(containers): show empty message if no containers
This commit is contained in:
@@ -98,7 +98,7 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
new Dotenv(),
|
||||
new Dotenv({ defaults: true }),
|
||||
new ESLintPlugin(),
|
||||
new HtmlWebpackPlugin({
|
||||
template: './app/index.html',
|
||||
|
||||
Reference in New Issue
Block a user