From 87ab935331bae60dd9c76325b8895591e8c3eb9d Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Tue, 4 Apr 2017 13:48:58 +0200 Subject: [PATCH] use new files in Makefile and correct index.html.tpl Signed-off-by: Dominik Csapak --- 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 @@ }; - + + 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}