File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
src/app/first-time-login-dialog Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 17
17
< div class ="text-700 line-height-3 pl-4 sm:w-8 ">
18
18
< p class ="mt-0 " i18n *ngIf ="!vm.userBelongsToOrganization ">
19
19
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 >
21
20
< 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 >
23
22
</ 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 >
24
31
< p class ="mt-0 " i18n *ngIf ="vm.showSetDefaultOrganizationButton ">
25
32
You don't have a default organization set in your settings.
26
33
Do you want to do that now?
You can’t perform that action at this time.
0 commit comments