Add service pack reference to server and send to daemon
This commit is contained in:
parent
238f08f222
commit
c4a4b84bd3
4 changed files with 61 additions and 8 deletions
|
@ -451,7 +451,7 @@ $(document).ready(function () {
|
|||
$.each(data.packs, function (i, item) {
|
||||
$('#getPack').append('<option value="' + item.uuid + '">' + item.name + ' (' + item.version + ')</option>');
|
||||
});
|
||||
$('#getPack').append('<option value="none">No Service Pack</option>').parent().parent().removeClass('hidden');
|
||||
$('#getPack').append('<option value="0">No Service Pack</option>').parent().parent().removeClass('hidden');
|
||||
|
||||
$.each(data.variables, function (i, item) {
|
||||
var isRequired = (item.required === 1) ? '<span class="label label-primary">Required</span> ' : '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue