You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: generators/client/templates/react/src/main/webapp/app/modules/administration/administration.reducer.ts.ejs
+16
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,15 @@ export const ACTION_TYPES = {
24
24
<%_ if (applicationType ==='gateway'&& serviceDiscoveryType) { _%>
Copy file name to clipboardexpand all lines: generators/client/templates/react/src/test/javascript/spec/app/modules/administration/administration.reducer.spec.ts.ejs
+12-1
Original file line number
Diff line number
Diff line change
@@ -29,13 +29,15 @@ import administration, {
29
29
<%_ if (applicationType ==='gateway'&& serviceDiscoveryType) { _%>
30
30
gatewayRoutes,
31
31
<%_ } _%>
32
+
<%_ if (withAdminUi) { _%>
32
33
systemHealth,
33
34
systemMetrics,
34
35
systemThreadDump,
35
36
getLoggers,
36
37
changeLogLevel,
37
38
getConfigurations,
38
39
getEnv
40
+
<%_ } _%>
39
41
} from 'app/modules/administration/administration.reducer';
0 commit comments