Commit 3ffb43eb by Johannes Stelzer

fix notification URL

closes #86
parent 827f6038
......@@ -24,7 +24,7 @@ module.exports = function ($scope, $location, $interval, $q, $state, Application
body: 'Instance ' + app.id,
icon: (app.statusInfo.status === 'UP' ? 'img/ok.png' : 'img/error.png'),
timeout: 15000,
url: $state.href('apps.details', {id: app.id}, {absolute: true}) };
url: $state.href('apps.details', {id: app.id}) };
Notification.notify(title, options);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment