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
b017a922
Commit
b017a922
authored
9 years ago
by
Wolfgang Link
Committed by
Dietmar Maurer
9 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add swap icon for LXC resources
parent
0b6dc281
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
1 deletion
+18
-1
ext-pve.css
www/css/ext-pve.css
+15
-0
Makefile
www/images/Makefile
+3
-1
swap.png
www/images/swap.png
+0
-0
No files found.
www/css/ext-pve.css
View file @
b017a922
...
...
@@ -52,6 +52,7 @@
.pve-itype-icon-lxc
,
.pve-itype-icon-lxc-template
,
.pve-itype-icon-lxc-running
,
.pve-itype-icon-swap
,
.pve-itype-icon-node
,
.pve-itype-icon-node-running
,
.pve-itype-icon-storage
,
...
...
@@ -70,6 +71,13 @@
background-image
:
url(../images/computer.png)
;
}
.pve-itype-icon-qemu
,
.x-tree-node-computer
,
.x-grid-tree-node-expanded
.x-tree-node-computer
{
background-image
:
url(../images/computer.png)
;
}
.pve-itype-icon-qemu-running
,
.x-tree-node-computer-running
,
.x-grid-tree-node-expanded
.x-tree-node-computer-running
...
...
@@ -98,6 +106,13 @@
background-image
:
url(../images/computer-template.png)
;
}
.pve-itype-icon-swap
,
.x-tree-node-lxc-swap
,
.x-grid-tree-node-expanded
.x-tree-lxc-swap
{
background-image
:
url(../images/swap.png)
;
}
.pve-itype-icon-lxc-running
,
.x-tree-node-lxc-running
,
.x-grid-tree-node-expanded
.x-tree-node-lxc-running
...
...
This diff is collapsed.
Click to expand it.
www/images/Makefile
View file @
b017a922
...
...
@@ -12,6 +12,7 @@ all:
# checked.png converted from extjs examples/ux/css/images/checked.gif
# unchecked.png converted from extjs examples/ux/css/images/unchecked.gif
# swap.png downloaded from https://www.iconfinder.com/icons/17009/arrows_exchange_interact_refresh_reload_swap_sync_update_icon#size=16
GNOME_IMAGES
=
\
checked.png
\
...
...
@@ -46,7 +47,8 @@ IMAGES = ${GNOME_IMAGES} \
lxc-off.png
\
openvz-on.png
\
openvz-off.png
\
blank.gif
blank.gif
\
swap.png
.PHONY
:
install
install
:
${IMAGES}
...
...
This diff is collapsed.
Click to expand it.
www/images/swap.png
0 → 100644
View file @
b017a922
926 Bytes
This diff is collapsed.
Click to expand it.
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