Fix bug where deleting the server hostname removed the entire form
This commit is contained in:
parent
0a82f669ae
commit
65989ac1fb
1 changed files with 1 additions and 1 deletions
|
@ -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 -->
|
||||
|
|
Reference in a new issue