Fix bug where deleting the server hostname removed the entire form

This commit is contained in:
Joseph Schorr 2015-01-08 16:06:20 -05:00
parent 0a82f669ae
commit 65989ac1fb

View file

@ -1,6 +1,6 @@
<div class="config-setup-tool-element">
<div class="quay-spinner" ng-if="!config"></div>
<div ng-show="config && config['SERVER_HOSTNAME']">
<div ng-show="config && config['SUPER_USERS']">
<form id="configform" name="configform">
<!-- Basic Configuration -->