fix testsuite name bugs and improve some ui details
[bottlenecks.git] / test-scheduler / ui / src / Global.vue
1 <script>
2 const SERVER_ADDR = '/parser/'
3 const WF_GRAPH_ADDR = '/wf-graph/'
4 const WF_SERVER_ADDR = '/wf-server/'
5 const GRAFANA_PORT = 3000
6 const GRAFANA_ADDR = 'http://' + window.location.hostname + ':' + GRAFANA_PORT + '/?orgId=1'
7 export default {
8     SERVER_ADDR,
9     WF_GRAPH_ADDR,
10     WF_SERVER_ADDR,
11     GRAFANA_ADDR
12 }
13 </script>