mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-08-30 17:13:08 +08:00
fix(cloudid): add <br> for notify templete
This commit is contained in:
+5
-5
@@ -1,6 +1,6 @@
|
||||
公有云子账号创建成功
|
||||
主账号:{{ .account }}
|
||||
名称:{{ .name }}
|
||||
密码:{{ .password }}
|
||||
登录地址: {{ .iam_login_url }}
|
||||
资源ID: {{ .id }}
|
||||
主账号:{{ .account }}<br>
|
||||
名称:{{ .name }}<br>
|
||||
密码:{{ .password }}<br>
|
||||
登录地址: {{ .iam_login_url }}<br>
|
||||
资源ID: {{ .id }}<br>
|
||||
|
||||
+5
-5
@@ -1,6 +1,6 @@
|
||||
Clouduser has been created successfully
|
||||
Root Account: {{ .account }}
|
||||
Name:{{ .name }}
|
||||
Password:{{ .password }}
|
||||
IAM Login URL: {{ .iam_login_url }}
|
||||
Resource ID: {{ .id }}
|
||||
Root Account: {{ .account }}<br>
|
||||
Name:{{ .name }}<br>
|
||||
Password:{{ .password }}<br>
|
||||
IAM Login URL: {{ .iam_login_url }}<br>
|
||||
Resource ID: {{ .id }}<br>
|
||||
|
||||
Reference in New Issue
Block a user