File tree 1 file changed +2
-0
lines changed
frontend/express/public/core/user-management/templates
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ <h4>{{i18n('management-users.view-title')}}</h4>
75
75
sortable ="true " prop ="username " :label ="i18n('management-users.username') ">
76
76
< template v-slot ="rowScope ">
77
77
< span class ="text-medium " :data-test-id ="'datatable-users-username-' + rowScope.$index "> {{rowScope.row.username}}</ span >
78
+ </ template >
78
79
</ el-table-column >
79
80
< el-table-column
80
81
v-if ="col.value === 'role' "
@@ -90,6 +91,7 @@ <h4>{{i18n('management-users.view-title')}}</h4>
90
91
sortable ="true " prop ="email " :label ="i18n('management-users.email') ">
91
92
< template v-slot ="rowScope ">
92
93
< span class ="text-medium " :data-test-id ="'datatable-users-email-' + rowScope.$index "> {{rowScope.row.email}}</ span >
94
+ </ template >
93
95
</ el-table-column >
94
96
< el-table-column v-if ="col.value === 'group' " sortable ="true " prop ="groupNames " :label ="i18n('management-users.group') ">
95
97
< template v-slot ="rowScope ">
You can’t perform that action at this time.
0 commit comments