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
02912495
Commit
02912495
authored
Apr 21, 2015
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix/add CSS classes for LXC
The logo is still wrong.
parent
a3aa27b4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
ext-pve.css
www/css/ext-pve.css
+8
-8
ResourceTree.js
www/manager/tree/ResourceTree.js
+1
-1
ResourceTree.js
www/manager5/tree/ResourceTree.js
+1
-1
No files found.
www/css/ext-pve.css
View file @
02912495
...
...
@@ -49,8 +49,8 @@
.pve-itype-icon-qemu
,
.pve-itype-icon-qemu-template
,
.pve-itype-icon-qemu-running
,
.pve-itype-icon-
openvz
,
.pve-itype-icon-
openvz
-running
,
.pve-itype-icon-
lxc
,
.pve-itype-icon-
lxc
-running
,
.pve-itype-icon-node
,
.pve-itype-icon-node-running
,
.pve-itype-icon-storage
,
...
...
@@ -83,16 +83,16 @@
background-image
:
url(../images/computer-template.png)
;
}
.pve-itype-icon-
openvz
,
.x-tree-node-
openvz
,
.x-grid-tree-node-expanded
.x-tree-node-
openvz
.pve-itype-icon-
lxc
,
.x-tree-node-
lxc
,
.x-grid-tree-node-expanded
.x-tree-node-
lxc
{
background-image
:
url(../images/openvz-off.png)
;
}
.pve-itype-icon-
openvz
-running
,
.x-tree-node-
openvz
-running
,
.x-grid-tree-node-expanded
.x-tree-node-
openvz
-running
.pve-itype-icon-
lxc
-running
,
.x-tree-node-
lxc
-running
,
.x-grid-tree-node-expanded
.x-tree-node-
lxc
-running
{
background-image
:
url(../images/openvz-on.png)
;
}
...
...
www/manager/tree/ResourceTree.js
View file @
02912495
...
...
@@ -21,7 +21,7 @@ Ext.define('PVE.tree.ResourceTree', {
text
:
gettext
(
'
Virtual Machine
'
)
},
lxc
:
{
iconCls
:
'
x-tree-node-
openvz
'
,
iconCls
:
'
x-tree-node-
lxc
'
,
text
:
gettext
(
'
LXC Container
'
)
}
}
...
...
www/manager5/tree/ResourceTree.js
View file @
02912495
...
...
@@ -21,7 +21,7 @@ Ext.define('PVE.tree.ResourceTree', {
text
:
gettext
(
'
Virtual Machine
'
)
},
lxc
:
{
iconCls
:
'
x-tree-node-
openvz
'
,
iconCls
:
'
x-tree-node-
lxc
'
,
text
:
gettext
(
'
LXC Container
'
)
}
}
...
...
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