1
0
Fork 0
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:
Anthony Lapenna 2018-06-01 09:09:36 +02:00
parent e15856c62c
commit 1cc31f8956

View file

@ -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
}; };