From c2da50ceb2e24a3a7ef59b8e3673d98de7fedfd0 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Thu, 30 Aug 2018 13:49:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=84=9A=E6=9C=AC=EF=BC=9A?= =?UTF-8?q?=E5=A4=A7=E5=86=99=E6=96=87=E4=BB=B6=E5=90=8D=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=B0=8F=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Views/Home/Index.cshtml | 2 +- Bootstrap.Admin/Views/Shared/_Layout.cshtml | 4 ++-- Bootstrap.Admin/Views/Shared/_Login.cshtml | 2 +- Bootstrap.Admin/wwwroot/js/{Content.js => content.js} | 0 Bootstrap.Admin/wwwroot/js/{Dicts.js => dicts.js} | 0 Bootstrap.Admin/wwwroot/js/{Exceptions.js => exceptions.js} | 0 Bootstrap.Admin/wwwroot/js/{Groups.js => groups.js} | 0 Bootstrap.Admin/wwwroot/js/{Login.js => login.js} | 0 Bootstrap.Admin/wwwroot/js/{Logs.js => logs.js} | 0 .../wwwroot/js/{Longbow.Common.js => longbow.common.js} | 0 Bootstrap.Admin/wwwroot/js/{Menus.js => menus.js} | 0 Bootstrap.Admin/wwwroot/js/{Profiles.js => profiles.js} | 0 Bootstrap.Admin/wwwroot/js/{Roles.js => roles.js} | 0 Bootstrap.Admin/wwwroot/js/{Settings.js => settings.js} | 0 Bootstrap.Admin/wwwroot/js/{Users.js => users.js} | 0 15 files changed, 4 insertions(+), 4 deletions(-) rename Bootstrap.Admin/wwwroot/js/{Content.js => content.js} (100%) rename Bootstrap.Admin/wwwroot/js/{Dicts.js => dicts.js} (100%) rename Bootstrap.Admin/wwwroot/js/{Exceptions.js => exceptions.js} (100%) rename Bootstrap.Admin/wwwroot/js/{Groups.js => groups.js} (100%) rename Bootstrap.Admin/wwwroot/js/{Login.js => login.js} (100%) rename Bootstrap.Admin/wwwroot/js/{Logs.js => logs.js} (100%) rename Bootstrap.Admin/wwwroot/js/{Longbow.Common.js => longbow.common.js} (100%) rename Bootstrap.Admin/wwwroot/js/{Menus.js => menus.js} (100%) rename Bootstrap.Admin/wwwroot/js/{Profiles.js => profiles.js} (100%) rename Bootstrap.Admin/wwwroot/js/{Roles.js => roles.js} (100%) rename Bootstrap.Admin/wwwroot/js/{Settings.js => settings.js} (100%) rename Bootstrap.Admin/wwwroot/js/{Users.js => users.js} (100%) diff --git a/Bootstrap.Admin/Views/Home/Index.cshtml b/Bootstrap.Admin/Views/Home/Index.cshtml index 9721f3bc..c316a12b 100644 --- a/Bootstrap.Admin/Views/Home/Index.cshtml +++ b/Bootstrap.Admin/Views/Home/Index.cshtml @@ -11,7 +11,7 @@ } @section javascript { - + }
\ No newline at end of file diff --git a/Bootstrap.Admin/Views/Shared/_Layout.cshtml b/Bootstrap.Admin/Views/Shared/_Layout.cshtml index 7bf7d0ec..6a06d11a 100644 --- a/Bootstrap.Admin/Views/Shared/_Layout.cshtml +++ b/Bootstrap.Admin/Views/Shared/_Layout.cshtml @@ -30,10 +30,10 @@ - + @RenderSection("Javascript", false) } @await Html.PartialAsync("Header") @RenderBody() @await Html.PartialAsync("Footer") -@RenderSection("modal", false) \ No newline at end of file +@RenderSection("modal", false) diff --git a/Bootstrap.Admin/Views/Shared/_Login.cshtml b/Bootstrap.Admin/Views/Shared/_Login.cshtml index 6fb4d433..ad7ad601 100644 --- a/Bootstrap.Admin/Views/Shared/_Login.cshtml +++ b/Bootstrap.Admin/Views/Shared/_Login.cshtml @@ -33,7 +33,7 @@ - + } diff --git a/Bootstrap.Admin/wwwroot/js/Content.js b/Bootstrap.Admin/wwwroot/js/content.js similarity index 100% rename from Bootstrap.Admin/wwwroot/js/Content.js rename to Bootstrap.Admin/wwwroot/js/content.js diff --git a/Bootstrap.Admin/wwwroot/js/Dicts.js b/Bootstrap.Admin/wwwroot/js/dicts.js similarity index 100% rename from Bootstrap.Admin/wwwroot/js/Dicts.js rename to Bootstrap.Admin/wwwroot/js/dicts.js diff --git a/Bootstrap.Admin/wwwroot/js/Exceptions.js b/Bootstrap.Admin/wwwroot/js/exceptions.js similarity index 100% rename from Bootstrap.Admin/wwwroot/js/Exceptions.js rename to Bootstrap.Admin/wwwroot/js/exceptions.js diff --git a/Bootstrap.Admin/wwwroot/js/Groups.js b/Bootstrap.Admin/wwwroot/js/groups.js similarity index 100% rename from Bootstrap.Admin/wwwroot/js/Groups.js rename to Bootstrap.Admin/wwwroot/js/groups.js diff --git a/Bootstrap.Admin/wwwroot/js/Login.js b/Bootstrap.Admin/wwwroot/js/login.js similarity index 100% rename from Bootstrap.Admin/wwwroot/js/Login.js rename to Bootstrap.Admin/wwwroot/js/login.js diff --git a/Bootstrap.Admin/wwwroot/js/Logs.js b/Bootstrap.Admin/wwwroot/js/logs.js similarity index 100% rename from Bootstrap.Admin/wwwroot/js/Logs.js rename to Bootstrap.Admin/wwwroot/js/logs.js diff --git a/Bootstrap.Admin/wwwroot/js/Longbow.Common.js b/Bootstrap.Admin/wwwroot/js/longbow.common.js similarity index 100% rename from Bootstrap.Admin/wwwroot/js/Longbow.Common.js rename to Bootstrap.Admin/wwwroot/js/longbow.common.js diff --git a/Bootstrap.Admin/wwwroot/js/Menus.js b/Bootstrap.Admin/wwwroot/js/menus.js similarity index 100% rename from Bootstrap.Admin/wwwroot/js/Menus.js rename to Bootstrap.Admin/wwwroot/js/menus.js diff --git a/Bootstrap.Admin/wwwroot/js/Profiles.js b/Bootstrap.Admin/wwwroot/js/profiles.js similarity index 100% rename from Bootstrap.Admin/wwwroot/js/Profiles.js rename to Bootstrap.Admin/wwwroot/js/profiles.js diff --git a/Bootstrap.Admin/wwwroot/js/Roles.js b/Bootstrap.Admin/wwwroot/js/roles.js similarity index 100% rename from Bootstrap.Admin/wwwroot/js/Roles.js rename to Bootstrap.Admin/wwwroot/js/roles.js diff --git a/Bootstrap.Admin/wwwroot/js/Settings.js b/Bootstrap.Admin/wwwroot/js/settings.js similarity index 100% rename from Bootstrap.Admin/wwwroot/js/Settings.js rename to Bootstrap.Admin/wwwroot/js/settings.js diff --git a/Bootstrap.Admin/wwwroot/js/Users.js b/Bootstrap.Admin/wwwroot/js/users.js similarity index 100% rename from Bootstrap.Admin/wwwroot/js/Users.js rename to Bootstrap.Admin/wwwroot/js/users.js