1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 05:19:39 +02:00

feat(UI): migrate console view to react EE-2276 (#8767)

This commit is contained in:
Prabhat Khera 2023-05-08 14:07:46 +12:00 committed by GitHub
parent c03b2ebbc1
commit 926ca19a1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 206 additions and 212 deletions

View file

@ -174,7 +174,7 @@ angular.module('portainer.kubernetes', ['portainer.app', registriesModule, custo
url: '/:pod/:container/console',
views: {
'content@': {
component: 'kubernetesApplicationConsoleView',
component: 'kubernetesConsoleView',
},
},
};