@xh/hoist 73.0.0-SNAPSHOT.1739485560030 → 73.0.0-SNAPSHOT.1739899267422

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44,7 +44,7 @@ export class RoleDetailsModel extends HoistModel {
44
44
  );
45
45
 
46
46
  this.setTabTitle('users', 'Users', role?.effectiveUsers);
47
- this.setTabTitle('directories', 'Directories', role?.effectiveDirectoryGroups);
47
+ this.setTabTitle('directories', 'Dir. Groups', role?.effectiveDirectoryGroups);
48
48
  this.setTabTitle('effectiveRoles', 'Granted To', role?.effectiveRoles);
49
49
  this.setTabTitle('inheritedRoles', 'Inheriting From', role?.inheritedRoles);
50
50
  },
@@ -77,6 +77,7 @@ export class RoleDetailsModel extends HoistModel {
77
77
  },
78
78
  {
79
79
  id: 'directories',
80
+ title: 'Dir. Groups',
80
81
  omit: !this.roleModel.moduleConfig.directoryGroupsSupported,
81
82
  content: directoryMembers
82
83
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "73.0.0-SNAPSHOT.1739485560030",
3
+ "version": "73.0.0-SNAPSHOT.1739899267422",
4
4
  "description": "Hoist add-on for building and deploying React Applications.",
5
5
  "repository": "github:xh/hoist-react",
6
6
  "homepage": "https://xh.io",