mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 22:05:23 +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
|
@ -81,6 +81,9 @@ function config($stateRegistryProvider: StateRegistry) {
|
|||
component: 'nomadDashboardView',
|
||||
},
|
||||
},
|
||||
data: {
|
||||
docs: '/user/nomad/dashboard',
|
||||
},
|
||||
};
|
||||
|
||||
const jobs = {
|
||||
|
@ -91,6 +94,9 @@ function config($stateRegistryProvider: StateRegistry) {
|
|||
component: 'nomadJobsView',
|
||||
},
|
||||
},
|
||||
data: {
|
||||
docs: '/user/nomad/jobs',
|
||||
},
|
||||
};
|
||||
|
||||
const events = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue