diff --git a/templates/SharingGroups/index.php b/templates/SharingGroups/index.php index 6076c6c..2aae744 100644 --- a/templates/SharingGroups/index.php +++ b/templates/SharingGroups/index.php @@ -35,6 +35,11 @@ echo $this->element('genericElements/IndexTable/index_table', [ 'class' => 'short', 'data_path' => 'name', ], + [ + 'name' => __('Owner'), + 'class' => 'short', + 'data_path' => 'organisation.name' + ], [ 'name' => __('UUID'), 'sort' => 'uuid',