mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
refactor(registries): migrate list view to react [EE-4704] (#10687)
This commit is contained in:
parent
9600eb6fa1
commit
f584bf3830
61 changed files with 504 additions and 490 deletions
|
@ -603,7 +603,7 @@ angular.module('portainer.docker', ['portainer.app', reactModule]).config([
|
|||
url: '/registries',
|
||||
views: {
|
||||
'content@': {
|
||||
component: 'endpointRegistriesView',
|
||||
component: 'environmentRegistriesView',
|
||||
},
|
||||
},
|
||||
data: {
|
||||
|
@ -616,7 +616,7 @@ angular.module('portainer.docker', ['portainer.app', reactModule]).config([
|
|||
url: '/registries',
|
||||
views: {
|
||||
'content@': {
|
||||
component: 'endpointRegistriesView',
|
||||
component: 'environmentRegistriesView',
|
||||
},
|
||||
},
|
||||
data: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue