mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-07-25 19:54:09 +03:00
Allow copying of permissions when cloning a zone.
This commit is contained in:
parent
19a8e2c223
commit
e1df632852
3 changed files with 28 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue