From f5a1981ea520c9ab613518702c48b29a03fd7467 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Tue, 25 Feb 2020 10:18:31 +0100 Subject: [PATCH] Moved dashboards --- .../Dashboards/ContentDashboard.cs | 0 .../Dashboards/ExamineDashboard.cs | 0 .../Dashboards/FormsDashboard.cs | 0 .../Dashboards/HealthCheckDashboard.cs | 0 .../Dashboards/MediaDashboard.cs | 0 .../Dashboards/MembersDashboard.cs | 0 .../Dashboards/ProfilerDashboard.cs | 0 .../Dashboards/PublishedStatusDashboard.cs | 0 .../Dashboards/RedirectUrlDashboard.cs | 0 .../Dashboards/SettingsDashboards.cs | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename src/{Umbraco.Web.BackOffice => Umbraco.Core}/Dashboards/ContentDashboard.cs (100%) rename src/{Umbraco.Web.BackOffice => Umbraco.Core}/Dashboards/ExamineDashboard.cs (100%) rename src/{Umbraco.Web.BackOffice => Umbraco.Core}/Dashboards/FormsDashboard.cs (100%) rename src/{Umbraco.Web.BackOffice => Umbraco.Core}/Dashboards/HealthCheckDashboard.cs (100%) rename src/{Umbraco.Web.BackOffice => Umbraco.Core}/Dashboards/MediaDashboard.cs (100%) rename src/{Umbraco.Web.BackOffice => Umbraco.Core}/Dashboards/MembersDashboard.cs (100%) rename src/{Umbraco.Web.BackOffice => Umbraco.Core}/Dashboards/ProfilerDashboard.cs (100%) rename src/{Umbraco.Web.BackOffice => Umbraco.Core}/Dashboards/PublishedStatusDashboard.cs (100%) rename src/{Umbraco.Web.BackOffice => Umbraco.Core}/Dashboards/RedirectUrlDashboard.cs (100%) rename src/{Umbraco.Web.BackOffice => Umbraco.Core}/Dashboards/SettingsDashboards.cs (100%) diff --git a/src/Umbraco.Web.BackOffice/Dashboards/ContentDashboard.cs b/src/Umbraco.Core/Dashboards/ContentDashboard.cs similarity index 100% rename from src/Umbraco.Web.BackOffice/Dashboards/ContentDashboard.cs rename to src/Umbraco.Core/Dashboards/ContentDashboard.cs diff --git a/src/Umbraco.Web.BackOffice/Dashboards/ExamineDashboard.cs b/src/Umbraco.Core/Dashboards/ExamineDashboard.cs similarity index 100% rename from src/Umbraco.Web.BackOffice/Dashboards/ExamineDashboard.cs rename to src/Umbraco.Core/Dashboards/ExamineDashboard.cs diff --git a/src/Umbraco.Web.BackOffice/Dashboards/FormsDashboard.cs b/src/Umbraco.Core/Dashboards/FormsDashboard.cs similarity index 100% rename from src/Umbraco.Web.BackOffice/Dashboards/FormsDashboard.cs rename to src/Umbraco.Core/Dashboards/FormsDashboard.cs diff --git a/src/Umbraco.Web.BackOffice/Dashboards/HealthCheckDashboard.cs b/src/Umbraco.Core/Dashboards/HealthCheckDashboard.cs similarity index 100% rename from src/Umbraco.Web.BackOffice/Dashboards/HealthCheckDashboard.cs rename to src/Umbraco.Core/Dashboards/HealthCheckDashboard.cs diff --git a/src/Umbraco.Web.BackOffice/Dashboards/MediaDashboard.cs b/src/Umbraco.Core/Dashboards/MediaDashboard.cs similarity index 100% rename from src/Umbraco.Web.BackOffice/Dashboards/MediaDashboard.cs rename to src/Umbraco.Core/Dashboards/MediaDashboard.cs diff --git a/src/Umbraco.Web.BackOffice/Dashboards/MembersDashboard.cs b/src/Umbraco.Core/Dashboards/MembersDashboard.cs similarity index 100% rename from src/Umbraco.Web.BackOffice/Dashboards/MembersDashboard.cs rename to src/Umbraco.Core/Dashboards/MembersDashboard.cs diff --git a/src/Umbraco.Web.BackOffice/Dashboards/ProfilerDashboard.cs b/src/Umbraco.Core/Dashboards/ProfilerDashboard.cs similarity index 100% rename from src/Umbraco.Web.BackOffice/Dashboards/ProfilerDashboard.cs rename to src/Umbraco.Core/Dashboards/ProfilerDashboard.cs diff --git a/src/Umbraco.Web.BackOffice/Dashboards/PublishedStatusDashboard.cs b/src/Umbraco.Core/Dashboards/PublishedStatusDashboard.cs similarity index 100% rename from src/Umbraco.Web.BackOffice/Dashboards/PublishedStatusDashboard.cs rename to src/Umbraco.Core/Dashboards/PublishedStatusDashboard.cs diff --git a/src/Umbraco.Web.BackOffice/Dashboards/RedirectUrlDashboard.cs b/src/Umbraco.Core/Dashboards/RedirectUrlDashboard.cs similarity index 100% rename from src/Umbraco.Web.BackOffice/Dashboards/RedirectUrlDashboard.cs rename to src/Umbraco.Core/Dashboards/RedirectUrlDashboard.cs diff --git a/src/Umbraco.Web.BackOffice/Dashboards/SettingsDashboards.cs b/src/Umbraco.Core/Dashboards/SettingsDashboards.cs similarity index 100% rename from src/Umbraco.Web.BackOffice/Dashboards/SettingsDashboards.cs rename to src/Umbraco.Core/Dashboards/SettingsDashboards.cs