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
8232365f
Commit
8232365f
authored
Aug 13, 2014
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GUI: show correct node status in 'Storage View'
parent
657fadcf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
changelog.Debian
debian/changelog.Debian
+2
-0
ViewSelector.js
www/manager/form/ViewSelector.js
+1
-1
No files found.
debian/changelog.Debian
View file @
8232365f
...
@@ -2,6 +2,8 @@ pve-manager (3.2-24) unstable; urgency=low
...
@@ -2,6 +2,8 @@ pve-manager (3.2-24) unstable; urgency=low
* GUI: add new 'Pool View'
* GUI: add new 'Pool View'
* GUI: show correct node status in 'Storage View'
-- Proxmox Support Team <support@proxmox.com> Wed, 13 Aug 2014 08:07:59 +0200
-- Proxmox Support Team <support@proxmox.com> Wed, 13 Aug 2014 08:07:59 +0200
pve-manager (3.2-23) unstable; urgency=low
pve-manager (3.2-23) unstable; urgency=low
...
...
www/manager/form/ViewSelector.js
View file @
8232365f
...
@@ -18,7 +18,7 @@ Ext.define('PVE.form.ViewSelector', {
...
@@ -18,7 +18,7 @@ Ext.define('PVE.form.ViewSelector', {
text
:
gettext
(
'
Storage View
'
),
text
:
gettext
(
'
Storage View
'
),
groups
:
[
'
node
'
],
groups
:
[
'
node
'
],
filterfn
:
function
(
node
)
{
filterfn
:
function
(
node
)
{
return
node
.
data
.
type
===
'
storage
'
;
return
node
.
data
.
type
===
'
storage
'
||
node
.
data
.
type
===
'
node
'
;
}
}
},
},
pool
:
{
pool
:
{
...
...
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