Remove the tutorial components and logic

This commit is contained in:
Johannes Zellner
2017-01-17 12:44:07 +01:00
parent 81b7e5645c
commit 81862bf934
4 changed files with 1 additions and 81 deletions

View File

@@ -73,35 +73,6 @@
</div>
</script>
<!-- Welcome logic -->
<div class="welcome ng-cloak" ng-show="tutorialSteps[tutorialStep]">
<div class="dialog" ng-show="tutorialSteps[tutorialStep].title === 'intro'">
<h2>Welcome {{ user.username }}</h2>
<p>This is the administration page of your Cloudron. It shows your installed apps.</p>
<br/>
<button class="btn btn-default pull-left" ng-click="endTutorial();">Skip</button>
<button class="btn btn-success pull-right" ng-click="nextTutorialStep();">Next: <b>Cloudron Store</b></button>
</div>
<div class="dialog" ng-show="tutorialSteps[tutorialStep].title === 'appstore'">
<h2>Cloudron Store</h2>
<p>Install apps easily into any subdomain and control who can access it.</p>
<p>Your apps stay updated, backed up and secure with no effort on your part.</p>
<br/>
<button class="btn btn-default pull-left" ng-click="prevTutorialStep();">Back</button>
<button class="btn btn-success pull-right" ng-click="nextTutorialStep();">Last: <b>Users and Groups</b></button>
</div>
<div class="dialog" ng-show="tutorialSteps[tutorialStep].title === 'users'">
<h2>Users and Groups</h2>
<p>The Cloudron comes with built-in user and group managment</p>
<p>Remember, you can use the same credentials to login to all your apps.</p>
<br/>
<button class="btn btn-default pull-left" ng-click="prevTutorialStep();">Back</button>
<button class="btn btn-success pull-right" ng-click="nextTutorialStep();">Start using apps and invite users</button>
</div>
</div>
<!-- Modal update -->
<div class="modal fade" id="updateModal" tabindex="-1" role="dialog" aria-labelledby="updateModalLabel" aria-hidden="true">
<div class="modal-dialog">