From 60b07c9cb49db8dd7db883058f2d25fc1b93efc6 Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Tue, 21 Mar 2017 14:48:54 +0000 Subject: Create Catalogue page JIRA: RELENG-193 1.create a page to list all project. 2.This page can get test case list of certain project. 3.This page can show information of certain test case. Change-Id: I79e0d3aafa99c054865a0d2948b99918802f32a7 Signed-off-by: chenjiankun --- reporting/pages/bower.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'reporting/pages/bower.json') diff --git a/reporting/pages/bower.json b/reporting/pages/bower.json index bfc4df3..10ebce0 100644 --- a/reporting/pages/bower.json +++ b/reporting/pages/bower.json @@ -18,7 +18,12 @@ "jQuery-rwdImageMaps": "*", "animate.css": "^3.5.2", "ng-dialog": "^1.0.0", - "inspiniacss": "^0.0.1" + "inspiniacss": "^0.0.1", + "angularUtils-pagination": "angular-utils-pagination#^0.11.1", + "angular-loading": "^0.1.4" + }, + "resolutions": { + "angular": "~1.6.x" }, "devDependencies": { "angular-mocks": "^1.4.0" @@ -42,6 +47,13 @@ "main": [ "style.css" ] + }, + "angular-loading": { + "main": [ + "angular-loading.css", + "angular-loading.js", + "../spin.js/spin.js" + ] } } } \ No newline at end of file -- cgit 1.2.3-korg