Skip to content

Commit c6bdc27

Browse files
committed
Describe setup process in first-time-login dialog
1 parent 59b8029 commit c6bdc27

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/app/first-time-login-dialog/first-time-login-dialog.component.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,17 @@
1717
<div class="text-700 line-height-3 pl-4 sm:w-8">
1818
<p class="mt-0" i18n *ngIf="!vm.userBelongsToOrganization">
1919
You do not yet belong to an organization.
20-
<span *ngIf="vm.showAddBillingButton || vm.showAddOrganizationButton"> You can either join an existing organization or create a new one.</span>
2120
<span *ngIf="!vm.showAddBillingButton && !vm.showAddOrganizationButton"> You can join an existing organization.</span>
22-
<span *ngIf="vm.showAddBillingButton"> To create a new organization, first setup Billing.</span>
21+
<span *ngIf="vm.showAddBillingButton || vm.showAddOrganizationButton"> You can either join an existing organization or create a new one.</span>
2322
</p>
23+
<div *ngIf="vm.showAddBillingButton">
24+
<span i18n>To get started with APPUiO Cloud, follow the setup procedure.</span>
25+
<ol>
26+
<li i18n>Add new billing address</li>
27+
<li i18n>Add new organization</li>
28+
<li i18n>Open the console of an APPUiO Cloud Zone</li>
29+
</ol>
30+
</div>
2431
<p class="mt-0" i18n *ngIf="vm.showSetDefaultOrganizationButton">
2532
You don't have a default organization set in your settings.
2633
Do you want to do that now?

0 commit comments

Comments
 (0)