Skip to content

Commit 3ffb43e

Browse files
author
Johannes Stelzer
committed
fix notification URL
closes #86
1 parent 827f603 commit 3ffb43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-admin-server-ui/app/js/controller/overviewCtrl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = function ($scope, $location, $interval, $q, $state, Application
2424
body: 'Instance ' + app.id,
2525
icon: (app.statusInfo.status === 'UP' ? 'img/ok.png' : 'img/error.png'),
2626
timeout: 15000,
27-
url: $state.href('apps.details', {id: app.id}, {absolute: true}) };
27+
url: $state.href('apps.details', {id: app.id}) };
2828
Notification.notify(title, options);
2929
};
3030

0 commit comments

Comments
 (0)