Some small fixes and start on handling SSL better

This commit is contained in:
Joseph Schorr 2015-02-04 11:48:25 -05:00
parent 30209e2bda
commit 98d63e00ee
5 changed files with 23 additions and 8 deletions

View file

@ -24,7 +24,7 @@
</div>
<div class="config-setup-tool" is-active="isStep(currentStep, States.CONFIG)"
configuration-saved="configurationSaved()"></div>
configuration-saved="configurationSaved(config)"></div>
</div>
</div>
</div>
@ -107,6 +107,11 @@
<h4>Installation and setup of <span class="registry-name"></span> is complete</h4>
You can now invite users to join, create organizations and start pushing and pulling
repositories.
<strong ng-if="hasSSL" style="margin-top: 20px;">
Note: SSL is enabled. Please make sure to visit with
an <u>https</u> prefix
</strong>
</div>
<!-- Content: VALID_CONFIG -->