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 2019/12/17 19:40:06 UTC

[airavata-django-portal] branch master updated: AIRAVATA-3260 fixed table layout

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


The following commit(s) were added to refs/heads/master by this push:
     new 099a33e  AIRAVATA-3260 fixed table layout
099a33e is described below

commit 099a33e564a5114329443f2187ad500f25e63e3c
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Dec 17 14:39:20 2019 -0500

    AIRAVATA-3260 fixed table layout
---
 .../src/components/users/IdentityServiceUserManagementContainer.vue      | 1 +
 .../src/components/users/UnverifiedEmailUserManagementContainer.vue      | 1 +
 2 files changed, 2 insertions(+)

diff --git a/django_airavata/apps/admin/static/django_airavata_admin/src/components/users/IdentityServiceUserManagementContainer.vue b/django_airavata/apps/admin/static/django_airavata_admin/src/components/users/IdentityServiceUserManagementContainer.vue
index fc303d2..200bfd3 100644
--- a/django_airavata/apps/admin/static/django_airavata_admin/src/components/users/IdentityServiceUserManagementContainer.vue
+++ b/django_airavata/apps/admin/static/django_airavata_admin/src/components/users/IdentityServiceUserManagementContainer.vue
@@ -30,6 +30,7 @@
               hover
               :fields="fields"
               :items="items"
+              fixed="true"
             >
               <template
                 slot="creationTime"
diff --git a/django_airavata/apps/admin/static/django_airavata_admin/src/components/users/UnverifiedEmailUserManagementContainer.vue b/django_airavata/apps/admin/static/django_airavata_admin/src/components/users/UnverifiedEmailUserManagementContainer.vue
index f3e82b2..3e10510 100644
--- a/django_airavata/apps/admin/static/django_airavata_admin/src/components/users/UnverifiedEmailUserManagementContainer.vue
+++ b/django_airavata/apps/admin/static/django_airavata_admin/src/components/users/UnverifiedEmailUserManagementContainer.vue
@@ -8,6 +8,7 @@
               hover
               :fields="fields"
               :items="items"
+              fixed="true"
             >
               <template
                 slot="creationTime"