Remove graphs page

This commit is contained in:
Johannes Zellner
2020-05-13 01:15:04 +02:00
parent 5774a7893f
commit 80dc9568ce
5 changed files with 1 additions and 300 deletions

View File

@@ -132,9 +132,6 @@ app.config(['$routeProvider', function ($routeProvider) {
}).when('/branding', {
controller: 'BrandingController',
templateUrl: 'views/branding.html?<%= revision %>'
}).when('/graphs', {
controller: 'GraphsController',
templateUrl: 'views/graphs.html?<%= revision %>'
}).when('/network', {
controller: 'NetworkController',
templateUrl: 'views/network.html?<%= revision %>'