Now that developer section is no more - update the routes to use 'settings'
This commit is contained in:
@@ -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){
|
||||
|
||||
@@ -310,7 +310,7 @@
|
||||
}
|
||||
|
||||
function back() {
|
||||
$location.path("developer/logViewer/overview").search('lq', null);
|
||||
$location.path("settings/logViewer/overview").search('lq', null);
|
||||
}
|
||||
|
||||
init();
|
||||
|
||||
Reference in New Issue
Block a user