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/02/16 16:50:35 UTC

[airavata-django-portal] 03/03: Remove group membership view

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 a481a4364568342ac288ab1ff2013a27b86c6691
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Fri Feb 16 11:50:23 2018 -0500

    Remove group membership view
---
 .../js/groups_components/GroupsManageContainer.vue             | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/django_airavata/apps/groups/static/django_airavata_groups/js/groups_components/GroupsManageContainer.vue b/django_airavata/apps/groups/static/django_airavata_groups/js/groups_components/GroupsManageContainer.vue
index 4d479f1..78a9f70 100755
--- a/django_airavata/apps/groups/static/django_airavata_groups/js/groups_components/GroupsManageContainer.vue
+++ b/django_airavata/apps/groups/static/django_airavata_groups/js/groups_components/GroupsManageContainer.vue
@@ -2,7 +2,7 @@
     <div>
         <div class="row">
             <div class="col">
-                <h1 class="h4 mb-4">Groups you own:</h1>
+                <h1 class="h4 mb-4">Groups</h1>
             </div>
             <div id="col-new-group" class="col-sm-2">
                 <b-button href="create" :variant="'primary'">Create New Group&nbsp;&nbsp;<i class="fa fa-plus" aria-hidden="true"></i></b-button>
@@ -17,14 +17,6 @@
                         v-on:next="nextOwnerGroups" v-on:previous="previousOwnerGroups"></pager>
                     </div>
                 </div>
-                <h1 class="h4 mb-4">Groups you are a part of:</h1>
-                <div class="card">
-                    <div class="card-body">
-                        <group-member-list v-bind:groupsForMembers="groupsMembers"></group-member-list>
-                        <pager v-bind:paginator="groupMembersPaginator"
-                        v-on:next="nextMemberGroups" v-on:previous="previousMemberGroups"></pager>
-                    </div>
-                </div>
             </div>
         </div>
     </div>

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