More singularization and correct file names.

This commit is contained in:
Dane Everitt 2017-02-12 16:03:17 -05:00
parent 8ba479e51f
commit 19d352619e
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
11 changed files with 17 additions and 17 deletions

View file

@ -248,7 +248,7 @@
<div class="alert alert-info">Some service options have additional environment variables that you can define for a given instance. They will show up below when you select a service option. If none show up, chances are that none were defined, and there is nothing to worry about.</div>
</div>
</div>
<div class="row" id="serverVariables"></div>
<div class="row" id="ServerVariable"></div>
</div>
<div class="well">
<div class="row">
@ -431,7 +431,7 @@ $(document).ready(function () {
handleLoader('#load_services', true);
handleLoader('#ServiceOption', true);
$('#serverVariables').html('');
$('#ServerVariable').html('');
$('input[name="custom_image_name"]').val($(this).find(':selected').data('image'));
$('#getPack').html('<option disabled selected> -- Select a Service Pack</option>');
@ -466,7 +466,7 @@ $(document).ready(function () {
</div>\
</div>\
';
$('#serverVariables').append(dataAppend);
$('#ServerVariable').append(dataAppend);
});
$('#ServiceOption').slideDown();
}).fail(function (jqXHR) {