Big Backend Refatoring: Renamed Account -> Org

This commit is contained in:
Torkel Ödegaard
2015-02-23 20:07:49 +01:00
parent e9e2fa2927
commit 26e4809e2e
43 changed files with 774 additions and 773 deletions

View File

@ -32,9 +32,9 @@ func main() {
app.Usage = "grafana web"
app.Version = version
app.Commands = []cli.Command{
cmd.ListAccounts,
cmd.CreateAccount,
cmd.DeleteAccount,
cmd.ListOrgs,
cmd.CreateOrg,
cmd.DeleteOrg,
cmd.ImportDashboard,
cmd.ListDataSources,
cmd.CreateDataSource,