Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the CRO links #707

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloud_governance/common/mails/mail_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def cro_monitor_alert_message(self, days: int, user: str, ticket_id: str):
</div>
<div>
<p>You project budget request ( TicketId: {ticket_id} ) will be expired in {days} days.</p>
<p>You can extend the project duration in the following url {self.__portal} or terminate the instances</p>
<p>You can extend the project duration in the following url {self.__portal}/extend_duration or terminate the instances</p>
<p>Visit the <a href="{self.__portal}">wiki page</a> to get more information</p>
</div>
{self.FOOTER}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ul>
<p>If you want to keep using this allocation, please extend the budget:</p>
<ul>
<li>Click <a href="{{portal}}/extend/budget">here</a> to open Budget extend page</li>
<li>Click <a href="{{portal}}/extend_budget">here</a> to open Budget extend page</li>
<li>Fill the details, and select the TicketId: {{ ticket_id }}</li>
<li>Enter the amount and description of the why you need extension.</li>
<li>Then click on submit</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ul>
<p>If you want to keep using this allocation, please extend the budget:</p>
<ul>
<li>Click <a href="{{portal}}/extend/budget">here</a> to open Budget extend page</li>
<li>Click <a href="{{portal}}/extend_budget">here</a> to open Budget extend page</li>
<li>Fill the details, and select the TicketId: {{ ticket_id }}</li>
<li>Enter the amount and description of the why you need extension.</li>
<li>Then click on submit</li>
Expand Down