Add hierarchical View policy administration

This commit is contained in:
2026-08-04 08:21:49 +02:00
parent 86c95f85bb
commit fc6d333a64
7 changed files with 682 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
export { default } from "./module";
export { default as ViewPoliciesPanel } from "./features/policy/ViewPoliciesPanel";
export * from "./module";
export * from "./api/adminTargets";
export { default as RetentionPoliciesPanel } from "./features/policy/RetentionPoliciesPanel";