From b25bf363b3d77f2e2e4248915d31f375df1e2387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 28 Jan 2015 14:31:09 +0100 Subject: [PATCH] updated frontend, fixed new dashboard button --- grafana | 2 +- pkg/models/user.go | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/grafana b/grafana index a7a8ea30771..9d0982f2f75 160000 --- a/grafana +++ b/grafana @@ -1 +1 @@ -Subproject commit a7a8ea307718dd9ca1c855e1bb64c8a8847b44a3 +Subproject commit 9d0982f2f7552a08053b66d4b17ee0f583e8339e diff --git a/pkg/models/user.go b/pkg/models/user.go index 42062bb8290..822d79187cd 100644 --- a/pkg/models/user.go +++ b/pkg/models/user.go @@ -84,9 +84,6 @@ type SearchUsersQuery struct { // DTO & Projections type SignedInUser struct { - IsSignedIn bool - IsAnonymous bool - UserId int64 AccountId int64 AccountName string