You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by is...@apache.org on 2020/10/12 17:48:38 UTC

[airavata-custos-portal] branch ux-improvement updated (2eb127d -> 9b541e0)

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

isjarana pushed a change to branch ux-improvement
in repository https://gitbox.apache.org/repos/asf/airavata-custos-portal.git.


    from 2eb127d  Merge pull request #54 from dinukadesilva/gh-31-imrpove-login-and-signup-ui
     new 87b03f5  gh-31: Fix the last name input label in the profile page
     new 6ddcaea  gh-37: Adding an authentication validation with the backend in the header component
     new 5b7aa57  gh-31: Change the evaluate sharing action button description
     new 8ea497d  gh-31: Fix all the table column header labels
     new 3ab0a9e  gh-31: Improve styles of the update membership madal in the groups page
     new 460e3d9  gh-31: Change the owner column of entity sharing table to "Group / User"
     new 195a8d2  gh-31: Adding a custom password component with hide/show switch
     new a798245  gh-31: Adding the hide/show switch to password fields in the secrets page
     new 9b541e0  Merge pull request #55 from dinukadesilva/gh-31-fix-last-name-input-label-in-profile-page

The 83 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 custos-demo-gateway/src/components/Header.vue      | 48 ++++++++++++++--------
 custos-demo-gateway/src/components/Password.vue    | 45 ++++++++++++++++++++
 .../src/components/workspace/Agents.vue            |  1 +
 .../src/components/workspace/Groups.vue            | 28 +++++++------
 .../src/components/workspace/Profile.vue           |  2 +-
 .../src/components/workspace/Secrets.vue           | 14 ++++---
 .../src/components/workspace/Sharing.vue           | 14 +++++--
 .../src/components/workspace/Users.vue             |  1 +
 8 files changed, 115 insertions(+), 38 deletions(-)
 create mode 100644 custos-demo-gateway/src/components/Password.vue