From 4d76455fb474f23ed31c7884128682288957c571 Mon Sep 17 00:00:00 2001 From: Levi Triplett Date: Wed, 21 Sep 2022 11:01:15 -0400 Subject: [PATCH 1/9] Initial --- web/Pages/Index/_Links.cshtml | 16 ++++++++-------- web/Pages/Shared/_Layout.cshtml | 4 ++-- web/Pages/Shared/_footer.cshtml | 4 ++-- web/wwwroot/favicon.ico | Bin 15406 -> 34494 bytes web/wwwroot/img/favicon.ico | Bin 15406 -> 34494 bytes .../img/genesis-logo-circle 138x40.png | Bin 0 -> 11174 bytes web/wwwroot/img/genesis-logo-circle 30x30.png | Bin 0 -> 2749 bytes web/wwwroot/img/genesis-logo-circle 40x40.png | Bin 0 -> 24396 bytes web/wwwroot/img/genesis-logo-circle base.png | Bin 0 -> 50646 bytes web/wwwroot/img/genesis-logo-circle.png | Bin 0 -> 11174 bytes web/wwwroot/js/search.js | 2 +- web/wwwroot/js/search.min.js | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 web/wwwroot/img/genesis-logo-circle 138x40.png create mode 100644 web/wwwroot/img/genesis-logo-circle 30x30.png create mode 100644 web/wwwroot/img/genesis-logo-circle 40x40.png create mode 100644 web/wwwroot/img/genesis-logo-circle base.png create mode 100644 web/wwwroot/img/genesis-logo-circle.png diff --git a/web/Pages/Index/_Links.cshtml b/web/Pages/Index/_Links.cshtml index 9786aacf..f933898d 100644 --- a/web/Pages/Index/_Links.cshtml +++ b/web/Pages/Index/_Links.cshtml @@ -3,23 +3,23 @@
  • Stars
  • - @* -
  • - Mail -
  • - *@ + + @*
  • + Mail +
  • +
  • Subscriptions
  • Report Runs
  • - @*
  • +
  • Atlas History -
  • *@ +
  • Groups -
  • + *@ diff --git a/web/Pages/Shared/_Layout.cshtml b/web/Pages/Shared/_Layout.cshtml index 27a44666..03363dcf 100644 --- a/web/Pages/Shared/_Layout.cshtml +++ b/web/Pages/Shared/_Layout.cshtml @@ -27,11 +27,11 @@ @if (ViewData["Title"] != null && ViewData["Title"].ToString().Length > 0) { - @ViewData["Title"] | Atlas BI Library + @ViewData["Title"] | Genesis Analytics } else { - Home | Atlas BI Library + Home | Genesis Analytics } diff --git a/web/Pages/Shared/_footer.cshtml b/web/Pages/Shared/_footer.cshtml index 374ca9d0..a4d6f10d 100644 --- a/web/Pages/Shared/_footer.cshtml +++ b/web/Pages/Shared/_footer.cshtml @@ -1,11 +1,11 @@ -@inject IConfiguration Configuration +@inject IConfiguration Configuration @inject IMemoryCache Cache @using Newtonsoft.Json;