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
4359de7a
Commit
4359de7a
authored
Apr 29, 2015
by
Emmanuel Kasper
Committed by
Dietmar Maurer
Apr 29, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
switch default extjs 5 theme to neptune
parent
bfb899cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
ExtJSIndex5.pm
PVE/ExtJSIndex5.pm
+1
-1
Makefile
www/ext5/Makefile
+3
-4
No files found.
PVE/ExtJSIndex5.pm
View file @
4359de7a
...
@@ -13,7 +13,7 @@ sub get_index {
...
@@ -13,7 +13,7 @@ sub get_index {
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Proxmox Virtual Environment</title>
<title>Proxmox Virtual Environment</title>
<link rel="stylesheet" type="text/css" href="/pve2/ext5/packages/ext-theme-
classic/build/resources/ext-theme-classic
-all.css" />
<link rel="stylesheet" type="text/css" href="/pve2/ext5/packages/ext-theme-
neptune/build/resources/ext-theme-neptune
-all.css" />
<link rel="stylesheet" type="text/css" href="/pve2/css/ext-pve.css" />
<link rel="stylesheet" type="text/css" href="/pve2/css/ext-pve.css" />
_EOD
_EOD
...
...
www/ext5/Makefile
View file @
4359de7a
...
@@ -8,11 +8,10 @@ EXTDATA= \
...
@@ -8,11 +8,10 @@ EXTDATA= \
extjs/build/ext-all-debug.js
\
extjs/build/ext-all-debug.js
\
extjs/build/bootstrap.js
extjs/build/bootstrap.js
# pve 3.* theme
EXT_THEME
=
\
EXT_CLASSIC_THEME
=
\
extjs/packages/ext-theme-base
\
extjs/packages/ext-theme-base
\
extjs/packages/ext-theme-neutral
\
extjs/packages/ext-theme-neutral
\
extjs/packages/ext-theme-
classic
\
extjs/packages/ext-theme-
neptune
\
${EXTDATA}
:
${EXTJSSRC}
${EXTDATA}
:
${EXTJSSRC}
rm
-rf
${
EXTJSDIR
}
extjs
rm
-rf
${
EXTJSDIR
}
extjs
...
@@ -28,7 +27,7 @@ install: ${EXTDATA}
...
@@ -28,7 +27,7 @@ install: ${EXTDATA}
install
-m
0644
${
EXTDATA
}
${
WWWEXT5DIR
}
install
-m
0644
${
EXTDATA
}
${
WWWEXT5DIR
}
install
-d
${
WWWEXT5DIR
}
/packages
install
-d
${
WWWEXT5DIR
}
/packages
cp
-a
extjs/build/packages/ext-locale
${
WWWEXT5DIR
}
/packages
cp
-a
extjs/build/packages/ext-locale
${
WWWEXT5DIR
}
/packages
cp
-a
${
EXT_
CLASSIC_
THEME
}
${
WWWEXT5DIR
}
/packages
cp
-a
${
EXT_THEME
}
${
WWWEXT5DIR
}
/packages
chown
-R
www-data:www-data
${
WWWEXT5DIR
}
chown
-R
www-data:www-data
${
WWWEXT5DIR
}
.PHONY
:
distclean
.PHONY
:
distclean
...
...
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