From 1cc31f8956f83b4a753f1c9ca55f8dedd16ffa6c Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Fri, 1 Jun 2018 09:09:36 +0200 Subject: [PATCH] fix(app): fix a state URL conflict between azure and docker modules --- app/azure/_module.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/azure/_module.js b/app/azure/_module.js index 0879e9a54..23693574c 100644 --- a/app/azure/_module.js +++ b/app/azure/_module.js @@ -4,6 +4,7 @@ angular.module('portainer.azure', ['portainer.app']) var azure = { name: 'azure', + url: '/azure', parent: 'root', abstract: true };