Added confirmation page for monitoring + a few tweaks.
This commit is contained in:
parent
1b173b79d4
commit
0bdce5debb
24 changed files with 431 additions and 72 deletions
app/scripts
|
@ -31,6 +31,11 @@ angular.module('ffffng', [
|
|||
controller: 'DeleteNodeCtrl',
|
||||
title: 'Knoten löschen'
|
||||
})
|
||||
.when('/monitoring/confirm', {
|
||||
templateUrl: 'views/confirmMonitoring.html',
|
||||
controller: 'ConfirmMonitoringCtrl',
|
||||
title: 'Versand von Status-E-Mails bestätigen'
|
||||
})
|
||||
.otherwise({
|
||||
redirectTo: '/'
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue