[pve-devel] [PATCH manager v2 0/4] first icon patch

Dominik Csapak d.csapak at proxmox.com
Tue Apr 5 11:31:44 CEST 2016


since my patch with the font files did not work on
the mailing list, dietmar committed them directly

i add the css file, and the initial icons for the action bar
also rebased on current master and on my split button patch

Dominik Csapak (4):
  add font-awesome
  use font-awesome icons for action buttons and cmdmenu
  make contextmenus status-sensitive
  fix trailing whitespaces

 PVE/ExtJSIndex.pm                 |    1 +
 defines.mk                        |    1 +
 www/css/Makefile                  |    3 +-
 www/css/ext6-pve.css              |    9 +-
 www/css/font-awesome.css          | 2086 +++++++++++++++++++++++++++++++++++++
 www/css/fonts/Makefile            |   15 +
 www/css/fonts/README              |   11 +
 www/manager6/lxc/CmdMenu.js       |   42 +-
 www/manager6/lxc/Config.js        |   18 +-
 www/manager6/node/Config.js       |   16 +-
 www/manager6/qemu/CmdMenu.js      |   45 +-
 www/manager6/qemu/Config.js       |   24 +-
 www/manager6/qemu/TemplateMenu.js |    4 +-
 13 files changed, 2228 insertions(+), 47 deletions(-)
 create mode 100644 www/css/font-awesome.css
 create mode 100644 www/css/fonts/Makefile
 create mode 100644 www/css/fonts/README

-- 
2.1.4





More information about the pve-devel mailing list