[pve-devel] [PATCH 18/18] use new files in Makefile and correct index.html.tpl
Dominik Csapak
d.csapak at proxmox.com
Tue Apr 4 13:48:58 CEST 2017
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
index.html.tpl | 5 ++---
js/Makefile | 11 ++++++++---
2 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/index.html.tpl b/index.html.tpl
index c1a8755..57a89c1 100644
--- a/index.html.tpl
+++ b/index.html.tpl
@@ -28,12 +28,11 @@
};
</script>
<script type="text/javascript" src="/proxmoxlib.js"></script>
- <script type="text/javascript" src="/pve2/js/pmgmanagerlib.js"></script>
<script type="text/javascript" src="/pve2/ext6/locale/locale-[% lang %].js"></script>
<script type="text/javascript">
Ext.History.fieldid = 'x-history-field';
- Ext.onReady(function() { Ext.create('PMG.StdWorkspace');});
- </script>
+ </script>
+ <script type="text/javascript" src="/pve2/js/pmgmanagerlib.js"></script>
</head>
<body>
<!-- Fields required for history management -->
diff --git a/js/Makefile b/js/Makefile
index a077f83..5bb0bca 100644
--- a/js/Makefile
+++ b/js/Makefile
@@ -1,6 +1,6 @@
JSSRC= \
Utils.js \
- LoginWindow.js \
+ LoginView.js \
RoleSelector.js \
ServerStatus.js \
ServerAdministration.js \
@@ -14,8 +14,13 @@ JSSRC= \
ObjectGroupSelector.js \
ObjectGroupConfiguration.js \
ActionList.js \
- RuleList.js \
RuleInfo.js \
+ RuleEditor.js \
+ Logo.js \
+ MainView.js \
+ Dashboard.js \
+ VersionInfo.js \
+ NavigationTree.js \
RuleConfiguration.js \
SystemConfiguration.js \
MailProxyRelaying.js \
@@ -43,7 +48,7 @@ JSSRC= \
PostfixMailQueue.js \
QueueAdministration.js \
ConfigPanel.js \
- Workspace.js
+ Application.js \
lint: ${JSSRC}
jslint ${JSSRC}
--
2.11.0
More information about the pve-devel
mailing list