diff --git a/webadmin/src/js/setup.js b/webadmin/src/js/setup.js index 5b0246720..e9127d83a 100644 --- a/webadmin/src/js/setup.js +++ b/webadmin/src/js/setup.js @@ -28,11 +28,8 @@ app.config(['$routeProvider', function ($routeProvider) { controller: 'StepController', templateUrl: 'views/setup/step2.html' }).when('/step3', { - controller: 'StepController', - templateUrl: 'views/setup/step3.html' - }).when('/step4', { controller: 'FinishController', - templateUrl: 'views/setup/step4.html' + templateUrl: 'views/setup/step3.html' }).otherwise({ redirectTo: '/'}); }]); diff --git a/webadmin/src/views/setup/step1.html b/webadmin/src/views/setup/step1.html index 6f1679c24..1af291b89 100644 --- a/webadmin/src/views/setup/step1.html +++ b/webadmin/src/views/setup/step1.html @@ -1,8 +1,47 @@ -
-

Welcome to your Cloudron!

-
-

Let's personalize it a bit before you can install apps.

-
-
- Next -
+
+
+

Welcome to your Cloudron!

+
+

+ Pick a name and avatar +

+
+
+ +
+ +
+
+
+ + +
+
+
+ + +
+ +
+
+ + + +
+ +
+
+
+
+
+
+ +
+
+ + +
+
+ Next +
+
diff --git a/webadmin/src/views/setup/step2.html b/webadmin/src/views/setup/step2.html index d3189d5a1..6997bb388 100644 --- a/webadmin/src/views/setup/step2.html +++ b/webadmin/src/views/setup/step2.html @@ -1,44 +1,27 @@
-

Select an avatar and name for your Cloudron

-
+

Create an Administrator for {{ wizard.name }}

- We use these for display purposes. + This admin account is separate from your cloudron.io account.

-
- -
-
- - - -
-
- -
-
-
-
-
-
-
-
-
- - +
+ + +
+
+ +
- -
- Next + Done
diff --git a/webadmin/src/views/setup/step3.html b/webadmin/src/views/setup/step3.html index 1cf3f0098..c8e84f748 100644 --- a/webadmin/src/views/setup/step3.html +++ b/webadmin/src/views/setup/step3.html @@ -1,26 +1,8 @@ -
-
-

Create an Administrator for {{ wizard.name }}

-

- This admin account is separate from your cloudron.io account. -

-
-
-
-
-
-
- - -
-
- - -
-
-
-
-
- Done -
-
+
+

All done!

+
+
+ +
+
+
diff --git a/webadmin/src/views/setup/step4.html b/webadmin/src/views/setup/step4.html deleted file mode 100644 index c8e84f748..000000000 --- a/webadmin/src/views/setup/step4.html +++ /dev/null @@ -1,8 +0,0 @@ -
-

All done!

-
-
- -
-
-