Tour fixes/improvements:

- Use a placeholder for the container id and repo name
- Add a skip button for docker login
- Add better messaging around permissions
This commit is contained in:
Joseph Schorr 2014-02-07 12:47:53 -05:00
parent dc230a1004
commit 798b6fd1bc
7 changed files with 18 additions and 11 deletions

View file

@ -22,6 +22,7 @@
<div class="wait-message" ng-show="step.waitMessage">
<div class="quay-spinner"></div> {{ step.waitMessage }}
<span class="skip-message" ng-show="step.skipTitle"><button class="btn btn-default" ng-click="next()">{{ step.skipTitle }}</button></span>
</div>
</div>
</div>