fix(kube): update doc links to match new menu structure [EE-6759] (#11267)
This commit is contained in:
@@ -104,6 +104,9 @@ angular.module('portainer.docker', ['portainer.app', reactModule]).config([
|
||||
controllerAs: 'ctrl',
|
||||
},
|
||||
},
|
||||
data: {
|
||||
docs: '/user/docker/configs/add',
|
||||
},
|
||||
};
|
||||
|
||||
const customTemplates = {
|
||||
@@ -165,7 +168,7 @@ angular.module('portainer.docker', ['portainer.app', reactModule]).config([
|
||||
},
|
||||
},
|
||||
data: {
|
||||
docs: '/user/docker/host',
|
||||
docs: '/user/docker/host/details',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -227,6 +230,9 @@ angular.module('portainer.docker', ['portainer.app', reactModule]).config([
|
||||
controller: 'BuildImageController',
|
||||
},
|
||||
},
|
||||
data: {
|
||||
docs: '/user/docker/images/build',
|
||||
},
|
||||
};
|
||||
|
||||
var imageImport = {
|
||||
@@ -238,6 +244,9 @@ angular.module('portainer.docker', ['portainer.app', reactModule]).config([
|
||||
controller: 'ImportImageController',
|
||||
},
|
||||
},
|
||||
data: {
|
||||
docs: '/user/docker/images/import',
|
||||
},
|
||||
};
|
||||
|
||||
var networks = {
|
||||
@@ -273,6 +282,9 @@ angular.module('portainer.docker', ['portainer.app', reactModule]).config([
|
||||
controller: 'CreateNetworkController',
|
||||
},
|
||||
},
|
||||
data: {
|
||||
docs: '/user/docker/networks/add',
|
||||
},
|
||||
};
|
||||
|
||||
var nodes = {
|
||||
@@ -280,7 +292,7 @@ angular.module('portainer.docker', ['portainer.app', reactModule]).config([
|
||||
url: '/nodes',
|
||||
abstract: true,
|
||||
data: {
|
||||
docs: '/user/docker/swarm',
|
||||
docs: '/user/docker/swarm/details',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -338,6 +350,9 @@ angular.module('portainer.docker', ['portainer.app', reactModule]).config([
|
||||
controller: 'CreateSecretController',
|
||||
},
|
||||
},
|
||||
data: {
|
||||
docs: '/user/docker/secrets/add',
|
||||
},
|
||||
};
|
||||
|
||||
var services = {
|
||||
@@ -374,6 +389,9 @@ angular.module('portainer.docker', ['portainer.app', reactModule]).config([
|
||||
controller: 'CreateServiceController',
|
||||
},
|
||||
},
|
||||
data: {
|
||||
docs: '/user/docker/stacks/add',
|
||||
},
|
||||
};
|
||||
|
||||
var serviceLogs = {
|
||||
@@ -444,7 +462,7 @@ angular.module('portainer.docker', ['portainer.app', reactModule]).config([
|
||||
},
|
||||
},
|
||||
data: {
|
||||
docs: '/user/docker/swarm',
|
||||
docs: '/user/docker/swarm/details',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -500,7 +518,7 @@ angular.module('portainer.docker', ['portainer.app', reactModule]).config([
|
||||
},
|
||||
},
|
||||
data: {
|
||||
docs: '/user/docker/templates',
|
||||
docs: '/user/docker/templates/application',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -549,6 +567,9 @@ angular.module('portainer.docker', ['portainer.app', reactModule]).config([
|
||||
controller: 'CreateVolumeController',
|
||||
},
|
||||
},
|
||||
data: {
|
||||
docs: '/user/docker/volumes/add',
|
||||
},
|
||||
};
|
||||
|
||||
const dockerFeaturesConfiguration = {
|
||||
|
||||
Reference in New Issue
Block a user