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
73b139cd
Commit
73b139cd
authored
Oct 04, 2013
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
coding style cleanups
parent
7afb2ab5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
61 additions
and
61 deletions
+61
-61
changelog.Debian
debian/changelog.Debian
+2
-0
ZFSEdit.js
www/manager/storage/ZFSEdit.js
+59
-61
No files found.
debian/changelog.Debian
View file @
73b139cd
...
@@ -3,6 +3,8 @@ pve-manager (3.1-19) unstable; urgency=low
...
@@ -3,6 +3,8 @@ pve-manager (3.1-19) unstable; urgency=low
* vzdump: remove temporary directories (revert bug introduced by
* vzdump: remove temporary directories (revert bug introduced by
commit 1bb6e88fd65bb44a745065d2d899832f6ea0a2f5)
commit 1bb6e88fd65bb44a745065d2d899832f6ea0a2f5)
* add Editor for new ZFSPlugin
-- Proxmox Support Team <support@proxmox.com> Fri, 04 Oct 2013 06:55:58 +0200
-- Proxmox Support Team <support@proxmox.com> Fri, 04 Oct 2013 06:55:58 +0200
pve-manager (3.1-18) unstable; urgency=low
pve-manager (3.1-18) unstable; urgency=low
...
...
www/manager/storage/ZFSEdit.js
View file @
73b139cd
...
@@ -7,7 +7,6 @@ Ext.define('PVE.storage.ZFSInputPanel', {
...
@@ -7,7 +7,6 @@ Ext.define('PVE.storage.ZFSInputPanel', {
if
(
me
.
create
)
{
if
(
me
.
create
)
{
values
.
type
=
'
zfs
'
;
values
.
type
=
'
zfs
'
;
values
.
content
=
'
images
'
;
values
.
content
=
'
images
'
;
}
else
{
}
else
{
delete
values
.
storage
;
delete
values
.
storage
;
}
}
...
@@ -21,7 +20,6 @@ Ext.define('PVE.storage.ZFSInputPanel', {
...
@@ -21,7 +20,6 @@ Ext.define('PVE.storage.ZFSInputPanel', {
initComponent
:
function
()
{
initComponent
:
function
()
{
var
me
=
this
;
var
me
=
this
;
me
.
column1
=
[
me
.
column1
=
[
{
{
xtype
:
me
.
create
?
'
textfield
'
:
'
displayfield
'
,
xtype
:
me
.
create
?
'
textfield
'
:
'
displayfield
'
,
...
...
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