Allow copying of permissions when cloning a zone.

This commit is contained in:
Richard Underwood 2017-11-20 15:38:28 +00:00
parent 19a8e2c223
commit e1df632852
3 changed files with 28 additions and 0 deletions

View file

@ -1055,6 +1055,13 @@ $(document).ready(function () {
title: 'Domain',
inputClass: 'destname'
},
copypermissions: {
title: 'Copy Permissions',
type: 'checkbox',
values: {'0': 'No', '1': 'Yes'},
defaultValue: 1,
inputClass: 'copypermissions'
},
account: {
title: 'Owner',
options: function(data) {