[pve-devel] [PATCH pve-manager 2/3] Switch to triton theme as default theme in ExtJS6
Emmanuel Kasper
e.kasper at proxmox.com
Thu Nov 12 13:15:27 CET 2015
---
PVE/ExtJSIndex6.pm | 2 +-
www/ext6/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/PVE/ExtJSIndex6.pm b/PVE/ExtJSIndex6.pm
index f7449c8..0604fc2 100644
--- a/PVE/ExtJSIndex6.pm
+++ b/PVE/ExtJSIndex6.pm
@@ -12,7 +12,7 @@ sub get_index {
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Proxmox Virtual Environment</title>
- <link rel="stylesheet" type="text/css" href="/pve2/ext6/theme-neptune/resources/theme-neptune-all.css" />
+ <link rel="stylesheet" type="text/css" href="/pve2/ext6/theme-triton/resources/theme-triton-all.css" />
<link rel="stylesheet" type="text/css" href="/pve2/css/ext-pve.css" />
_EOD
diff --git a/www/ext6/Makefile b/www/ext6/Makefile
index 7c09898..b55514c 100644
--- a/www/ext6/Makefile
+++ b/www/ext6/Makefile
@@ -9,7 +9,7 @@ EXTDATA= \
EXT_THEME= \
extjs/build/classic/theme-classic \
- extjs/build/classic/theme-neptune \
+ extjs/build/classic/theme-triton \
${EXTDATA}: ${EXTJSSRC}
rm -rf ${EXTJSDIR} extjs
--
2.1.4
More information about the pve-devel
mailing list