mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 21:39:40 +02:00
fix(app): fix a state URL conflict between azure and docker modules
This commit is contained in:
parent
e15856c62c
commit
1cc31f8956
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ angular.module('portainer.azure', ['portainer.app'])
|
||||||
|
|
||||||
var azure = {
|
var azure = {
|
||||||
name: 'azure',
|
name: 'azure',
|
||||||
|
url: '/azure',
|
||||||
parent: 'root',
|
parent: 'root',
|
||||||
abstract: true
|
abstract: true
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue