Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
a319e5db
Commit
a319e5db
authored
Nov 28, 2013
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avoid re-select inside selectionChange callback
parent
8990410d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
changelog.Debian
debian/changelog.Debian
+2
-0
Backup.js
www/manager/dc/Backup.js
+2
-0
No files found.
debian/changelog.Debian
View file @
a319e5db
...
@@ -3,6 +3,8 @@ pve-manager (3.1-25) unstable; urgency=low
...
@@ -3,6 +3,8 @@ pve-manager (3.1-25) unstable; urgency=low
* delay UNAUTHORIZED response to avoid DOS attac
* delay UNAUTHORIZED response to avoid DOS attac
* fix typo in pve cron script
* fix typo in pve cron script
* backup GUI: fix VMID selection bug
-- Proxmox Support Team <support@proxmox.com> Mon, 18 Nov 2013 11:20:37 +0100
-- Proxmox Support Team <support@proxmox.com> Mon, 18 Nov 2013 11:20:37 +0100
...
...
www/manager/dc/Backup.js
View file @
a319e5db
...
@@ -47,7 +47,9 @@ Ext.define('PVE.dc.BackupEdit', {
...
@@ -47,7 +47,9 @@ Ext.define('PVE.dc.BackupEdit', {
sel
.
push
(
record
.
data
.
vmid
);
sel
.
push
(
record
.
data
.
vmid
);
});
});
insideUpdate
=
true
;
vmidField
.
setValue
(
sel
);
vmidField
.
setValue
(
sel
);
insideUpdate
=
false
;
}
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment