mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +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
|
@ -22,6 +22,9 @@ angular
|
|||
component: 'edgeGroupsView',
|
||||
},
|
||||
},
|
||||
data: {
|
||||
docs: '/user/edge/groups',
|
||||
},
|
||||
};
|
||||
|
||||
const groupsNew = {
|
||||
|
@ -52,6 +55,9 @@ angular
|
|||
component: 'edgeStacksView',
|
||||
},
|
||||
},
|
||||
data: {
|
||||
docs: '/user/edge/stacks',
|
||||
},
|
||||
};
|
||||
|
||||
const stacksNew = {
|
||||
|
@ -87,6 +93,9 @@ angular
|
|||
component: 'edgeJobsView',
|
||||
},
|
||||
},
|
||||
data: {
|
||||
docs: '/user/edge/jobs',
|
||||
},
|
||||
};
|
||||
|
||||
const edgeJob = {
|
||||
|
@ -127,6 +136,9 @@ angular
|
|||
component: 'waitingRoomView',
|
||||
},
|
||||
},
|
||||
data: {
|
||||
docs: '/user/edge/devices',
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue