stackviz/app/js/constants.js
Masayuki Igawa f264fac5b1 Add links of openstack-health on Timeline and Test details
This commit adds links of the openstack-health on the Timeline and Test
details.

Change-Id: I7fd65dbbd6068b5cfc3a9b48b6d034ebd2f768f9
2016-06-14 14:44:44 +09:00

9 lines
154 B
JavaScript

'use strict';
var AppSettings = {
appTitle: 'StackViz',
healthRoot: 'http://status.openstack.org/openstack-health'
};
module.exports = AppSettings;