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
ea6a252e
Commit
ea6a252e
authored
Mar 26, 2012
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug 114: do not display 'nothing selected' after logout
parent
d100ceaa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
2 deletions
+12
-2
changelog.Debian
debian/changelog.Debian
+6
-0
defines.mk
defines.mk
+1
-1
Workspace.js
www/manager/Workspace.js
+5
-1
No files found.
debian/changelog.Debian
View file @
ea6a252e
pve-manager (2.0-47) unstable; urgency=low
* fix bug 114: do not display 'nothing selected' after logout
-- Proxmox Support Team <support@proxmox.com> Mon, 26 Mar 2012 13:28:09 +0200
pve-manager (2.0-46) unstable; urgency=low
* code cleanups
...
...
defines.mk
View file @
ea6a252e
...
...
@@ -2,7 +2,7 @@ RELEASE=2.0
VERSION=2.0
PACKAGE=pve-manager
PACKAGERELEASE=4
6
PACKAGERELEASE=4
7
BINDIR=${DESTDIR}/usr/bin
PERLLIBDIR=${DESTDIR}/usr/share/perl5
...
...
www/manager/Workspace.js
View file @
ea6a252e
...
...
@@ -178,7 +178,11 @@ Ext.define('PVE.StdWorkspace', {
cont
.
add
(
comp
);
cont
.
doLayout
();
}
else
{
PVE
.
Utils
.
setErrorMask
(
cont
,
'
nothing selected
'
);
// TODO: display something useful
// Note:: error mask has wrong zindex, so we do not
// use that - see bug 114
// PVE.Utils.setErrorMask(cont, 'nothing selected');
}
},
...
...
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