Now that developer section is no more - update the routes to use 'settings'

This commit is contained in:
Warren Buckley
2018-10-29 14:41:14 +00:00
parent f2667210b7
commit 45e892a4b1
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@
}
function searchLogQuery(logQuery){
$location.path("/developer/logViewer/search").search({lq: logQuery});
$location.path("/settings/logViewer/search").search({lq: logQuery});
}
function findMessageTemplate(template){

View File

@@ -310,7 +310,7 @@
}
function back() {
$location.path("developer/logViewer/overview").search('lq', null);
$location.path("settings/logViewer/overview").search('lq', null);
}
init();