mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
feat(config-details): add the ability to clone a config (#2189)
This commit is contained in:
parent
6ab6cfafb7
commit
e8ab89ae79
5 changed files with 33 additions and 6 deletions
|
@ -32,7 +32,7 @@ angular.module('portainer.docker', ['portainer.app'])
|
|||
|
||||
var configCreation = {
|
||||
name: 'docker.configs.new',
|
||||
url: '/new',
|
||||
url: '/new?id',
|
||||
views: {
|
||||
'content@': {
|
||||
templateUrl: 'app/docker/views/configs/create/createconfig.html',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue