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: {} - } -];