More improvements to registration, leaf input create, and charting

This commit is contained in:
2020-01-14 14:10:11 -05:00
parent 8452a9cce0
commit 046cda40b4
18 changed files with 180 additions and 77 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ using Umbraco.Web.Mvc;
namespace LeafWeb.WebCms.Controllers
{
[MemberAuthorize]
[MemberAuthorize(AllowGroup = "Administrator")]
public class QueueController : BaseController
{
private const int TimeSamples = 40;