fix #477: show target policy filters

This commit is contained in:
devmrko
2026-06-26 06:21:29 +09:00
parent 7fe8d14a40
commit d010f2659a
9 changed files with 132 additions and 4 deletions

View File

@@ -7,7 +7,8 @@ public record VpdTargetView(
String protectedYn,
String ordsPath,
int policyCount,
String policyNames
String policyNames,
String filterNames
) {
public String objectDisplayName() {