Add allowList tab

This commit is contained in:
yflory
2020-02-18 16:10:39 +01:00
parent 0a45d48710
commit 3647d583f8
5 changed files with 325 additions and 10 deletions

View File

@@ -348,7 +348,7 @@ define([
},[
avatar,
h('span.cp-usergrid-user-name', name),
removeBtn
data.notRemovable ? undefined : removeBtn
]);
return el;
}).filter(function (x) { return x; });