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 2021/09/02 00:57:29 UTC

[airavata-custos-portal] branch master updated (f488449 -> 3b29077)

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

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


    from f488449  Merge pull request #130 from dinukadesilva/fix-share-modal-permission-labels
     new 1044625  gh-131: Enable delete confirmations
     new 135aa85  0.1.1
     new 3b29077  Merge pull request #132 from dinukadesilva/gh-131-enable-delete-confirmations

The 335 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:
 package-lock.json                                  |  2 +-
 package.json                                       |  2 +-
 .../button/button-delete-after-confirmation.vue    | 60 ++++++++++++++++++++++
 src/lib/components/pages/ListTenants.vue           |  9 ++--
 src/lib/components/pages/TenantEntities.vue        | 18 +++++--
 src/lib/components/pages/TenantEntityTypes.vue     | 10 ++--
 src/lib/components/pages/TenantGroup.vue           |  9 ++--
 src/lib/components/pages/TenantGroups.vue          |  8 +--
 src/lib/components/pages/TenantPermissionTypes.vue | 10 ++--
 src/lib/components/pages/TenantRoles.vue           | 10 ++--
 10 files changed, 108 insertions(+), 30 deletions(-)
 create mode 100644 src/lib/components/button/button-delete-after-confirmation.vue