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
85bf26b1
Commit
85bf26b1
authored
Jan 26, 2015
by
Wolfgang Link
Committed by
Dietmar Maurer
Jan 27, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gui storage: rename storage type
Signed-off-by:
Wolfgang Link
<
w.link@proxmox.com
>
parent
b0c95a5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Utils.js
www/manager/Utils.js
+2
-2
ZFSPoolEdit.js
www/manager/storage/ZFSPoolEdit.js
+1
-1
No files found.
www/manager/Utils.js
View file @
85bf26b1
...
@@ -713,9 +713,9 @@ Ext.define('PVE.Utils', { statics: {
...
@@ -713,9 +713,9 @@ Ext.define('PVE.Utils', { statics: {
}
else
if
(
value
===
'
sheepdog
'
)
{
}
else
if
(
value
===
'
sheepdog
'
)
{
return
'
Sheepdog
'
;
return
'
Sheepdog
'
;
}
else
if
(
value
===
'
zfs
'
)
{
}
else
if
(
value
===
'
zfs
'
)
{
return
'
ZFS
'
;
return
'
ZFS
over iSCSI
'
;
}
else
if
(
value
===
'
zfspool
'
)
{
}
else
if
(
value
===
'
zfspool
'
)
{
return
'
ZFS
Pool
'
;
return
'
ZFS
'
;
}
else
if
(
value
===
'
iscsidirect
'
)
{
}
else
if
(
value
===
'
iscsidirect
'
)
{
return
'
iSCSIDirect
'
;
return
'
iSCSIDirect
'
;
}
else
{
}
else
{
...
...
www/manager/storage/ZFSPoolEdit.js
View file @
85bf26b1
...
@@ -95,7 +95,7 @@ Ext.define('PVE.storage.ZFSPoolEdit', {
...
@@ -95,7 +95,7 @@ Ext.define('PVE.storage.ZFSPoolEdit', {
});
});
Ext
.
apply
(
me
,
{
Ext
.
apply
(
me
,
{
subject
:
'
ZFS
Pool
Storage
'
,
subject
:
'
ZFS Storage
'
,
isAdd
:
true
,
isAdd
:
true
,
items
:
[
ipanel
]
items
:
[
ipanel
]
});
});
...
...
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