From a43e5e840154a8615de290b48827955dace25e8d Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Thu, 26 Jan 2023 10:27:25 -0500 Subject: [PATCH] remove unnecessary javascript --- views/admin-ntfyStartup.ejs | 111 ++++++++++++++++++------------------ 1 file changed, 54 insertions(+), 57 deletions(-) diff --git a/views/admin-ntfyStartup.ejs b/views/admin-ntfyStartup.ejs index 3c714348..a6f0e5f4 100644 --- a/views/admin-ntfyStartup.ejs +++ b/views/admin-ntfyStartup.ejs @@ -1,66 +1,63 @@ <%- include('_header'); -%>
-
- <%- include('_menu-admin'); -%> -
-
- - -

- Ntfy Startup Notification -

+
+ <%- include('_menu-admin'); -%> +
+
+ + +

+ Ntfy Startup Notification +

-
-
- What is this? -
-
-

- Ntfy is a simple free service able to send push notifications to phones and computers. - Ntfy apps exist for all major phone platforms. - This application can send a notification to a ntfy server on startup. -

-
-
- -
-
-
-

- Server
- <%= configFunctions.getProperty("application.ntfyStartup.server") || "Default Server" %> -

-
-
-

- Topic
- <%= configFunctions.getProperty("application.ntfyStartup.topic") %> -

-
-
-
+
+
+ What is this? +
+
+

+ Ntfy is a simple free service able to send push notifications to phones and computers. + Ntfy apps exist for all major phone platforms. + This application can send a notification to a ntfy server on startup. +

+
+ +
+
+
+

+ Server
+ <%= configFunctions.getProperty("application.ntfyStartup.server") || "Default Server" %> +

+
+
+

+ Topic
+ <%= configFunctions.getProperty("application.ntfyStartup.topic") %> +

+
+
+
+
<%- include('_footerA'); -%> - - - <%- include('_footerB'); -%>