You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2018/06/18 18:38:28 UTC

[airavata-django-portal] 01/02: Removing test component/route

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git

commit 038986becc377b53d7c6d9eb199bcedc8dca6185
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Mon Jun 18 14:20:12 2018 -0400

    Removing test component/route
---
 .../apps/admin/static/django_airavata_admin/src/router.js           | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/django_airavata/apps/admin/static/django_airavata_admin/src/router.js b/django_airavata/apps/admin/static/django_airavata_admin/src/router.js
index 403038d..a47d90d 100644
--- a/django_airavata/apps/admin/static/django_airavata_admin/src/router.js
+++ b/django_airavata/apps/admin/static/django_airavata_admin/src/router.js
@@ -8,7 +8,6 @@ import GroupComputeResourcePreference from './components/admin/group_resource_pr
 import ComputePreferences from './components/admin/group_resource_preferences/ComputePreferences'
 import ComputeResourcePreferenceDashboard from './components/dashboards/ComputeResourcePreferenceDashboard'
 import CredentialStoreDashboard from './components/dashboards/CredentialStoreDashboard'
-import ComponentTest from './components/commons/ComponentTest'
 import VueRouter from 'vue-router'
 
 
@@ -52,11 +51,6 @@ const routes = [
     component: CredentialStoreDashboard,
     name: 'credential_store'
   },
-  {
-    path: "/test",
-    component: ComponentTest,
-    name: 'test'
-  }
 ];
 export default new VueRouter({
   routes: routes

-- 
To stop receiving notification emails like this one, please contact
machristie@apache.org.