Exoscale offboarding MVP #282
1 changed files with 2 additions and 2 deletions
|
|
@ -308,7 +308,7 @@ The Servala Team"""
|
|||
description_parts.append(f"Service Offering: {offering_url}")
|
||||
|
||||
if users:
|
||||
description_parts.append("\nUsers:")
|
||||
description_parts.append("<br/>Users:")
|
||||
for user_data in users:
|
||||
email = user_data.get("email", "N/A")
|
||||
full_name = user_data.get("full_name", "N/A")
|
||||
|
|
@ -324,7 +324,7 @@ The Servala Team"""
|
|||
|
||||
description_parts.append(f" - {full_name} ({user_link}) - {role}")
|
||||
|
||||
description = "\n".join(description_parts)
|
||||
description = "<br/>".join(description_parts)
|
||||
|
||||
create_helpdesk_ticket(
|
||||
title=f"Exoscale OSB {action} - {service.name} - {instance_id}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue