added HostingPlans ApiCommand + unit-tests
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
2
templates/Sparkle/assets/js/customers.js
vendored
2
templates/Sparkle/assets/js/customers.js
vendored
@@ -31,7 +31,7 @@ $(document).ready(function() {
|
||||
dataType: "json",
|
||||
success: function(json) {
|
||||
for (var i in json) {
|
||||
if (i == 'email_imap' || i == 'email_pop3' || i == 'perlenabled' || i == 'phpenabled' || i == 'dnsenabled') {
|
||||
if (i == 'email_imap' || i == 'email_pop3' || i == 'perlenabled' || i == 'phpenabled' || i == 'dnsenabled' || i == 'logviewenabled') {
|
||||
/** handle checkboxes **/
|
||||
if (json[i] == 1) {
|
||||
$("input[name='"+i+"']").prop('checked', true);
|
||||
|
||||
Reference in New Issue
Block a user