From 1c81aaa5238bfe31cae142ce489559d93a0157e9 Mon Sep 17 00:00:00 2001 From: Jared Date: Fri, 22 Jan 2021 05:33:51 -0800 Subject: [PATCH] Remove Motd element. --- Server/Pages/Index.cshtml | 4 ---- Server/wwwroot/src/Main/UI.ts | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Server/Pages/Index.cshtml b/Server/Pages/Index.cshtml index ac745a54..f85db172 100644 --- a/Server/Pages/Index.cshtml +++ b/Server/Pages/Index.cshtml @@ -10,10 +10,6 @@ } else { - - } \ No newline at end of file diff --git a/Server/wwwroot/src/Main/UI.ts b/Server/wwwroot/src/Main/UI.ts index abdd501a..7e9a4ab7 100644 --- a/Server/wwwroot/src/Main/UI.ts +++ b/Server/wwwroot/src/Main/UI.ts @@ -25,5 +25,4 @@ export var RightPaginationButton = document.querySelector("#rightPaginationButto export var TabContentWrapper = document.getElementById("tabContentWrapper") as HTMLDivElement; export var ToastsWrapper = document.getElementById("toastsWrapper") as HTMLDivElement; export var TotalDevicesCount = document.querySelector("#totalDevicesSpan") as HTMLSpanElement; -export var TotalPagesSpan = document.querySelector("#totalPagesSpan") as HTMLSpanElement; -export var MotdAlert = document.getElementById("motdAlert") as HTMLDivElement; \ No newline at end of file +export var TotalPagesSpan = document.querySelector("#totalPagesSpan") as HTMLSpanElement; \ No newline at end of file