Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
Abhishek Kumar 2026-06-12 16:41:30 +05:30
parent 2e51647e8f
commit d8bc647c64
1 changed files with 0 additions and 2 deletions

View File

@ -560,9 +560,7 @@ public class ResourceLimitManagerImpl extends ManagerBase implements ResourceLim
String message = "Maximum" + messageSuffix;
Map<String, Object> details = new HashMap<>();
details.put("resourceTypeDisplay", StringUtils.isBlank(tag) ? type.getDisplayName() : type.getDisplayName() + " (tag: " + tag + ")");
details.put("resourceOwner", ObjectUtils.firstNonNull(project, account));
details.put("resourceOwnerDomain", domain);
details.put("resourceOwnerType", project == null ? "Account" : "Project");
details.put("resourceLimit", convDomainResourceLimit);
details.put("resourceAmount", convCurrentDomainResourceCount);
details.put("resourceReserved", convCurrentResourceReservation);