From 4e98903ccae3363090de8fefb463b64a943b8f9f Mon Sep 17 00:00:00 2001 From: thuva4 Date: Thu, 7 Dec 2017 09:47:08 +0530 Subject: Redesign the projects page & project page redesign the projects page like pods page included the delete, filter, create, edit, batch delete in the projects page. Unify the update modal for projects page and project page. Fix authenticate - fault opertaions Change-Id: If4ea50ada11941c5d9199d898476837020c02241 Signed-off-by: thuva4 --- testapi/opnfv_testapi/ui/shared/alerts/confirmModalFactory.js | 1 - 1 file changed, 1 deletion(-) (limited to 'testapi/opnfv_testapi/ui/shared/alerts/confirmModalFactory.js') diff --git a/testapi/opnfv_testapi/ui/shared/alerts/confirmModalFactory.js b/testapi/opnfv_testapi/ui/shared/alerts/confirmModalFactory.js index fc0bfe6..5e79775 100644 --- a/testapi/opnfv_testapi/ui/shared/alerts/confirmModalFactory.js +++ b/testapi/opnfv_testapi/ui/shared/alerts/confirmModalFactory.js @@ -46,7 +46,6 @@ ctrl.cancel = cancel; ctrl.data = angular.copy(data); - console.log(ctrl.data) /** * Initiate confirmation and call the success handler with the * input text. -- cgit 1.2.3-korg