diff --git a/apps.ts b/apps.ts index ae5cc32f3..95c696bae 100644 --- a/apps.ts +++ b/apps.ts @@ -15,8 +15,8 @@ export const appData: AppData = { entry: path.resolve(__dirname, "./src/containers/IdeLauncher/index.tsx"), platforms: ["Web"] }, - ["jaeger-login"]: { - entry: path.resolve(__dirname, "./src/containers/JaegerLogin/index.tsx"), + login: { + entry: path.resolve(__dirname, "./src/containers/Login/index.tsx"), platforms: ["Web"] }, ["installation-wizard"]: { diff --git a/assets/index.ejs b/assets/index.ejs index d36d4d9cc..fb715caba 100644 --- a/assets/index.ejs +++ b/assets/index.ejs @@ -14,32 +14,9 @@
- - - + + <% for (const jsFile of jsAssets) { %> + + <% } %>