mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
refactor(ui/page-header): make docs url explicit [EE-5966] (#10411)
This commit is contained in:
parent
9e57530bde
commit
35dfde70de
15 changed files with 215 additions and 404 deletions
|
@ -47,6 +47,9 @@ function config($stateRegistryProvider: StateRegistry) {
|
|||
component: 'containerInstancesView',
|
||||
},
|
||||
},
|
||||
data: {
|
||||
docs: '/user/aci/containers',
|
||||
},
|
||||
};
|
||||
|
||||
const containerInstance = {
|
||||
|
@ -77,6 +80,9 @@ function config($stateRegistryProvider: StateRegistry) {
|
|||
component: 'dashboardView',
|
||||
},
|
||||
},
|
||||
data: {
|
||||
docs: '/user/aci/dashboard',
|
||||
},
|
||||
};
|
||||
|
||||
$stateRegistryProvider.register(azure);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue