![Masayuki Igawa](/assets/img/avatar_default.png)
This commit adds links of the openstack-health on the Timeline and Test details. Change-Id: I7fd65dbbd6068b5cfc3a9b48b6d034ebd2f768f9
9 lines
154 B
JavaScript
9 lines
154 B
JavaScript
'use strict';
|
|
|
|
var AppSettings = {
|
|
appTitle: 'StackViz',
|
|
healthRoot: 'http://status.openstack.org/openstack-health'
|
|
};
|
|
|
|
module.exports = AppSettings;
|