瀏覽代碼

updated frontend, fixed new dashboard button

Torkel Ödegaard 11 年之前
父節點
當前提交
b25bf363b3
共有 2 個文件被更改,包括 1 次插入4 次删除
  1. 1 1
      grafana
  2. 0 3
      pkg/models/user.go

+ 1 - 1
grafana

@@ -1 +1 @@
-Subproject commit a7a8ea307718dd9ca1c855e1bb64c8a8847b44a3
+Subproject commit 9d0982f2f7552a08053b66d4b17ee0f583e8339e

+ 0 - 3
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