openstack-health/app/js
Masayuki Igawa 8a0ab1d425 Split tests page into list and detail page
This commit splits the tests page into a list page and its detail page
for improving the performance of showing the page.
Previously, we rendered numerous tests list in one tests page. So it
causes the performance issue. Splitting the page reduces the number of
showing test lists. This is not perfect solution but it's better than
before at least.

Change-Id: If1a97740d09359ae17d0f0b7df8d36256ac99f47
Closes-Bug: #1548354
2016-02-23 14:54:37 -05:00
..
controllers Split tests page into list and detail page 2016-02-23 14:54:37 -05:00
directives Improve projects list UI in the home page 2016-02-19 13:33:17 +09:00
factories Add factory to create Project models 2015-11-17 09:39:20 -03:00
filters Add missing @ngInject 2015-11-05 15:14:16 -02:00
services Split tests page into list and detail page 2016-02-23 14:54:37 -05:00
constants.js Add new `config.json` and associated ConfigService. 2015-10-09 13:43:04 -06:00
main.js Add factory to create Project models 2015-11-17 09:39:20 -03:00
on_config.js Split tests page into list and detail page 2016-02-23 14:54:37 -05:00
on_run.js Add pageTitle service 2015-11-18 10:35:26 -02:00