This is an automated email from the ASF dual-hosted git repository.
isjarana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-custos-portal.git
The following commit(s) were added to refs/heads/master by this push:
new ac7a769 gh-114: Adding owner column to entities list
new ac3d922 Merge pull request #116 from
dinukadesilva/gh-114-adding-owner-column-to-entities-list
ac7a769 is described below
commit ac7a769da2986630f2e1ee914366aa1fe4b3b7b8
Author: Dinuka De Silva <[email protected]>
AuthorDate: Thu Jul 15 11:56:48 2021 -0400
gh-114: Adding owner column to entities list
---
src/lib/components/pages/TenantEntities.vue | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/lib/components/pages/TenantEntities.vue
b/src/lib/components/pages/TenantEntities.vue
index 7c23a56..6bcd4a6 100644
--- a/src/lib/components/pages/TenantEntities.vue
+++ b/src/lib/components/pages/TenantEntities.vue
@@ -14,6 +14,7 @@
<b-th>Type</b-th>
<b-th>Description</b-th>
<b-th>Created</b-th>
+ <b-th>Owner</b-th>
<b-th>Last Updated</b-th>
</b-tr>
</b-thead>
@@ -29,6 +30,7 @@
<b-td>{{ entity.type }}</b-td>
<b-td>{{ entity.description }}</b-td>
<b-td>{{ entity.createdAt }}</b-td>
+ <b-td>{{ entity.ownerId }}</b-td>
<b-td>{{ entity.updatedAt }}</b-td>
<b-td>
<b-button variant="link" size="sm"
v-b-modal="`modal-select-users-or-groups-${entityIndex}`"