Small font-awesome fixes, add localstorage warning

This commit is contained in:
Sam Chow 2018-07-19 10:59:57 -04:00
parent a5dc885fc6
commit e70f0fff7c
5 changed files with 23 additions and 3 deletions

View file

@ -8,7 +8,7 @@
<span ng-switch-when="mailto"><i class="fa fa-envelope"></i>E-mail</span>
<span ng-switch-when="irc"><i class="fa fa-comment"></i>IRC</span>
<span ng-switch-when="tel"><i class="fa fa-phone"></i>Phone</span>
<span ng-switch-default><i class="fa fa-ticket"></i>URL</span>
<span ng-switch-default><i class="fa fa-ticket-alt"></i>URL</span>
</span>
<span class="caret"></span>
</button>
@ -30,7 +30,7 @@
</li>
<li role="presentation">
<a role="menuitem" tabindex="-1" ng-click="kind = 'http'">
<i class="fa fa-ticket"></i> URL
<i class="fa fa-ticket-alt"></i> URL
</a>
</li>
</ul>

View file

@ -246,7 +246,9 @@
<div class="description">
<p>
Registry images can be stored either locally or in a remote storage system.
<strong>A remote storage system is required for high-availability systems.</strong>
<div class="co-alert co-alert-danger">
Do not use local storage for any production configurations.
</div>
</p>
<div class="config-bool-field feature-storage-replication" binding="config.FEATURE_STORAGE_REPLICATION">