update status page

This commit is contained in:
Robert Nasarek 2023-08-08 00:22:39 +02:00
parent cee3aefec5
commit 15e527a371
2 changed files with 4 additions and 1 deletions

View file

@ -40,7 +40,9 @@
{% if responseContents.data.valid == 1 and responseContents.data.provisioned == 1 %} {% if responseContents.data.valid == 1 and responseContents.data.provisioned == 1 %}
<p class="wisski-cloud-account-manager-success"><strong> Your account is valid and provisioned. You can now log in to your account at <a href="https://{{ responseContents.data.subdomain }}.wisski.cloud">https://{{ responseContents.data.subdomain }}.wisski.cloud</a>.</strong></p> <p class="wisski-cloud-account-manager-success"><strong> Your account is valid and provisioned. You can now log in to your account at <a href="https://{{ responseContents.data.subdomain }}.wisski.cloud">https://{{ responseContents.data.subdomain }}.wisski.cloud</a>.</strong></p>
{% elseif responseContents.data.valid == 1 and responseContents.data.provisioned == 0 %} {% elseif responseContents.data.valid == 1 and responseContents.data.provisioned == 0 %}
<p class="wisski-cloud-account-manager-warning"><strong>Your account is valid but not yet provisioned. Please wait a few minutes and reload this page.</strong></p> <p class="wisski-cloud-account-manager-error"><strong>Your account is valid but the provision has not started. Please contact <a href="mailto:info@wiss-ki.eu">info@wiss-ki.eu</a> to resolve this issue.</strong></p>
{% elseif responseContents.data.valid == 1 and responseContents.data.provisioned == 2 %}
<p class="wisski-cloud-account-manager-warning"><strong>Your account is valid and the provision of your WissKI Cloud instance has started. Please wait a few minutes and refresh this page.</strong></p>
{% elseif responseContents.data.valid == 0 %} {% elseif responseContents.data.valid == 0 %}
<p class="wisski-cloud-account-manager-error"><strong>Your account is not valid. Please contact <a href="mailto:info@wiss-ki.eu">info@wiss-ki.eu</a> to resolve this issue.</strong></p> <p class="wisski-cloud-account-manager-error"><strong>Your account is not valid. Please contact <a href="mailto:info@wiss-ki.eu">info@wiss-ki.eu</a> to resolve this issue.</strong></p>
{% else %} {% else %}

View file

@ -1,3 +1,4 @@
# @TODO: Find bug why this is not working
wisski_cloud_account.settings.menu: wisski_cloud_account.settings.menu:
title: 'WissKI cloud account settings' title: 'WissKI cloud account settings'
description: 'WissKI cloud account settings' description: 'WissKI cloud account settings'