mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-07-27 12:43:24 +00:00
use new files in Makefile and correct index.html.tpl
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
1a51a8dc68
commit
87ab935331
@ -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 -->
|
||||
|
11
js/Makefile
11
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}
|
||||
|
Loading…
Reference in New Issue
Block a user