Files
weave-scope/client/app/scripts/constants/topologies.js
2015-05-19 10:02:02 +00:00

14 lines
168 B
JavaScript

module.exports = [
{
url: '/api/topology/applications',
name: 'Applications',
stats: {}
},
{
url: '/api/topology/hosts',
name: 'Hosts',
stats: {}
}
];