From 033b4572ae7ad3a8301be26c3ac92baa42fb0cb7 Mon Sep 17 00:00:00 2001 From: David Kaltschmidt Date: Thu, 11 Jun 2015 19:32:40 +0200 Subject: [PATCH] removed unused topologies.js, fixes #146 --- client/app/scripts/constants/topologies.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 client/app/scripts/constants/topologies.js diff --git a/client/app/scripts/constants/topologies.js b/client/app/scripts/constants/topologies.js deleted file mode 100644 index b8180ef16..000000000 --- a/client/app/scripts/constants/topologies.js +++ /dev/null @@ -1,12 +0,0 @@ -module.exports = [ - { - url: '/api/topology/applications', - name: 'Applications', - stats: {} - }, - { - url: '/api/topology/hosts', - name: 'Hosts', - stats: {} - } -];