[pve-devel] [PATCH manager 0/9] add remaining icons

Dominik Csapak d.csapak at proxmox.com
Mon Apr 11 10:18:59 CEST 2016


This patch series changes the remaining icons to font-awesome,
or where not fitting icon exists, a self-made icon

This should make the appearance of the gui more consistent
(same icons everywhere, consistent state of vms/ct/nodes)

Dominik Csapak (9):
  add new icons for hardware/resources view
  add icons classes to ext6-pve.css
  add new icons to grid and tree
  add icons for user/group in aclview
  add icons to Logout/Create VM/CT
  change icons in storage add menu
  new icons for snapshottree
  add icon to nodes more button
  correct qemu cmdMenu

 www/css/ext6-pve.css               | 238 ++++++++++++++++++++++++++++---------
 www/images/Makefile                |  15 ++-
 www/images/icon-cd.png             | Bin 0 -> 309 bytes
 www/images/icon-cd.xcf             | Bin 0 -> 1080 bytes
 www/images/icon-cpu.png            | Bin 0 -> 205 bytes
 www/images/icon-cpu.xcf            | Bin 0 -> 816 bytes
 www/images/icon-display.png        | Bin 0 -> 221 bytes
 www/images/icon-harddisk.png       | Bin 0 -> 293 bytes
 www/images/icon-keyboard.png       | Bin 0 -> 309 bytes
 www/images/icon-network.png        | Bin 0 -> 245 bytes
 www/images/icon-ram.png            | Bin 0 -> 193 bytes
 www/images/icon-ram.xcf            | Bin 0 -> 747 bytes
 www/images/icon-swap.png           | Bin 0 -> 324 bytes
 www/manager6/Utils.js              |  41 +++++--
 www/manager6/Workspace.js          |   3 +
 www/manager6/data/ResourceStore.js |   2 +-
 www/manager6/dc/ACLView.js         |   2 +
 www/manager6/dc/StorageView.js     |  20 ++--
 www/manager6/lxc/SnapshotTree.js   |   6 +-
 www/manager6/node/Config.js        |   1 +
 www/manager6/qemu/CmdMenu.js       |   4 +-
 www/manager6/qemu/SnapshotTree.js  |   6 +-
 www/manager6/tree/ResourceTree.js  |  53 +++++++--
 23 files changed, 294 insertions(+), 97 deletions(-)
 create mode 100644 www/images/icon-cd.png
 create mode 100644 www/images/icon-cd.xcf
 create mode 100644 www/images/icon-cpu.png
 create mode 100644 www/images/icon-cpu.xcf
 create mode 100644 www/images/icon-display.png
 create mode 100644 www/images/icon-harddisk.png
 create mode 100644 www/images/icon-keyboard.png
 create mode 100644 www/images/icon-network.png
 create mode 100644 www/images/icon-ram.png
 create mode 100644 www/images/icon-ram.xcf
 create mode 100644 www/images/icon-swap.png

-- 
2.1.4





More information about the pve-devel mailing list