From 85c1c97ea260e6c3fb0a91cdc9450a05b98ee141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 6 Feb 2015 09:10:52 +0100 Subject: [PATCH] Updated readme --- README.md | 4 +++- pkg/models/datasource.go | 2 +- src/app/features/account/partials/apikeys.html | 4 +--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 06bec253217..2ed11721836 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,12 @@ issues to fix and polish missing. But feedback on what is done and bug reports w ``` go get github.com/grafana/grafana ``` +The above will give an error saying there is no go code. That is because the new backend parts are in the develop branch. Building ``` cd $GOPATH/src/github.com/grafana/grafana +git checkout -t origin/develop go run build.go setup (only needed once to install godep) go run build.go build ``` @@ -43,7 +45,7 @@ npm install -g grunt-cli grunt ``` -To rebuild on source change: +To rebuild on source change (requires that you executed godep restore) ``` go get github.com/Unknwon/bra bra run diff --git a/pkg/models/datasource.go b/pkg/models/datasource.go index 77e14c04c3b..cd43f8d66f2 100644 --- a/pkg/models/datasource.go +++ b/pkg/models/datasource.go @@ -23,8 +23,8 @@ type DsAccess string type DataSource struct { Id int64 - Version int AccountId int64 + Version int Name string Type DsType diff --git a/src/app/features/account/partials/apikeys.html b/src/app/features/account/partials/apikeys.html index cc78bf89d33..c88dcb8144a 100644 --- a/src/app/features/account/partials/apikeys.html +++ b/src/app/features/account/partials/apikeys.html @@ -6,14 +6,13 @@
-
  • - Add a Token + Add a key
  • @@ -47,7 +46,6 @@
-