-
+
${HeaderPaths}
diff --git a/src/controllers/dashboard/devices/devices.js b/src/controllers/dashboard/devices/devices.js
index 1c5ede9531..c62571a1bc 100644
--- a/src/controllers/dashboard/devices/devices.js
+++ b/src/controllers/dashboard/devices/devices.js
@@ -73,7 +73,7 @@ function showDeviceMenu(view, btn, deviceId) {
callback: function (id) {
switch (id) {
case 'open':
- Dashboard.navigate('device.html?id=' + deviceId);
+ Dashboard.navigate('dashboard/devices/edit?id=' + deviceId);
break;
case 'delete':
@@ -94,7 +94,7 @@ function load(page, devices) {
deviceHtml += '
';
deviceHtml += '
diff --git a/src/controllers/dashboard/dlna/profile.js b/src/controllers/dashboard/dlna/profile.js
index 0a88f4214e..0f92a3200c 100644
--- a/src/controllers/dashboard/dlna/profile.js
+++ b/src/controllers/dashboard/dlna/profile.js
@@ -639,7 +639,7 @@ function saveProfile(page, profile) {
data: JSON.stringify(profile),
contentType: 'application/json'
}).then(function () {
- Dashboard.navigate('dlnaprofiles.html');
+ Dashboard.navigate('dashboard/dlna/profiles');
}, Dashboard.processErrorResponse);
}
diff --git a/src/controllers/dashboard/dlna/profiles.html b/src/controllers/dashboard/dlna/profiles.html
index 6eb60d1c34..f1696632c9 100644
--- a/src/controllers/dashboard/dlna/profiles.html
+++ b/src/controllers/dashboard/dlna/profiles.html
@@ -8,7 +8,7 @@