mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-19 18:02:34 +00:00
dns: update comment to avoid coupling to downstream dependency
Not much of use, better comment why this exist, other products could change or new ones get added with new semantic used there too, so the previous comment would be guaranteed to become outdated rather sooner than later. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e3cf77e177
commit
8d161ac19c
@ -2,7 +2,8 @@ Ext.define('Proxmox.node.DNSEdit', {
|
||||
extend: 'Proxmox.window.Edit',
|
||||
alias: ['widget.proxmoxNodeDNSEdit'],
|
||||
|
||||
// pbs needs this set to true
|
||||
// Some longer existing APIs use a brittle "replace whole config" style, you can set this option
|
||||
// if the DNSEdit component is used in an API that has more modern, granular update semantics.
|
||||
deleteEmpty: false,
|
||||
|
||||
initComponent: function() {
|
||||
|
@ -2,7 +2,8 @@ Ext.define('Proxmox.node.DNSView', {
|
||||
extend: 'Proxmox.grid.ObjectGrid',
|
||||
alias: ['widget.proxmoxNodeDNSView'],
|
||||
|
||||
// pbs needs this set to true
|
||||
// Some longer existing APIs use a brittle "replace whole config" style, you can set this option
|
||||
// if the DNSView component is used in an API that has more modern, granular update semantics.
|
||||
deleteEmpty: false,
|
||||
|
||||
initComponent: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user