aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web/app/view/login/Login.js3
-rw-r--r--web/debug.html1
2 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/login/Login.js b/web/app/view/login/Login.js
index 6cfaa4645..b1d3f34a7 100644
--- a/web/app/view/login/Login.js
+++ b/web/app/view/login/Login.js
@@ -27,8 +27,7 @@ Ext.define('Traccar.view.login.Login', {
title: strings.login_title,
closable: false,
resizable: false,
- modal: true,
-
+
items: {
xtype: 'form',
reference: 'form',
diff --git a/web/debug.html b/web/debug.html
index 6210ad663..f4cad1012 100644
--- a/web/debug.html
+++ b/web/debug.html
@@ -10,5 +10,6 @@
<script type="text/javascript" src="app.js"></script>
</head>
<body>
+<div style="position: fixed; bottom: 10px; right: 15px; font-size: x-small;">Powered by <a href="https://www.traccar.org/">Traccar GPS Tracking System</a></div>
</body>
</html>