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 2022/06/03 20:35:22 UTC

[airavata-django-portal] branch AIRAVATA-3562 updated: AIRAVATA-3564 Add button to get to extended user profile editor

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

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


The following commit(s) were added to refs/heads/AIRAVATA-3562 by this push:
     new 75ccc89c AIRAVATA-3564 Add button to get to extended user profile editor
75ccc89c is described below

commit 75ccc89c17490aece7fb6e31838b316d2b62abbf
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Jun 3 16:35:15 2022 -0400

    AIRAVATA-3564 Add button to get to extended user profile editor
---
 .../src/components/users/UserManagementContainer.vue                 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/django_airavata/apps/admin/static/django_airavata_admin/src/components/users/UserManagementContainer.vue b/django_airavata/apps/admin/static/django_airavata_admin/src/components/users/UserManagementContainer.vue
index 7eeeff4c..c03f7eb4 100644
--- a/django_airavata/apps/admin/static/django_airavata_admin/src/components/users/UserManagementContainer.vue
+++ b/django_airavata/apps/admin/static/django_airavata_admin/src/components/users/UserManagementContainer.vue
@@ -4,6 +4,11 @@
       <div class="col-auto mr-auto">
         <h1 class="h4 mb-4">Manage Users</h1>
       </div>
+      <div class="col-auto">
+        <b-button :to="{ name: 'extended-user-profile' }"
+          >Extended User Profile</b-button
+        >
+      </div>
       <div class="col-auto">
         <b-dropdown :text="menuText">
           <b-dropdown-item