Admin: Add promotional page for Grafana Enterprise (#21422)

Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
This commit is contained in:
Emil Tullstedt
2020-01-15 14:50:44 +01:00
committed by GitHub
co-authored by Torkel Ödegaard
parent 32f055111c
commit 29687903f8
16 changed files with 493 additions and 27 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ import (
_ "github.com/crewjam/saml"
_ "github.com/gobwas/glob"
"github.com/grafana/grafana/pkg/models"
"github.com/grafana/grafana/pkg/registry"
"github.com/grafana/grafana/pkg/services/licensing"
_ "github.com/jung-kurt/gofpdf"
_ "github.com/linkedin/goavro/v2"
_ "github.com/pkg/errors"
@@ -18,7 +18,7 @@ import (
)
func init() {
registry.RegisterService(&models.OSSLicensingService{})
registry.RegisterService(&licensing.OSSLicensingService{})
}
var IsEnterprise bool = false