mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Make the devtools controller Admin
--HG-- branch : dev
This commit is contained in:
@@ -4,9 +4,11 @@ using Orchard.Localization;
|
|||||||
using Orchard.Mvc.ViewModels;
|
using Orchard.Mvc.ViewModels;
|
||||||
using Orchard.Themes;
|
using Orchard.Themes;
|
||||||
using Orchard.UI.Notify;
|
using Orchard.UI.Notify;
|
||||||
|
using Orchard.UI.Admin;
|
||||||
|
|
||||||
namespace Orchard.DevTools.Controllers {
|
namespace Orchard.DevTools.Controllers {
|
||||||
[Themed]
|
[Themed]
|
||||||
|
[Admin]
|
||||||
public class HomeController : Controller {
|
public class HomeController : Controller {
|
||||||
private readonly INotifier _notifier;
|
private readonly INotifier _notifier;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user