Fixed png rending

This commit is contained in:
Torkel Ödegaard
2014-12-01 13:25:57 -08:00
parent ff6a2d014a
commit 90ae59ccaf
7 changed files with 14 additions and 82 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
package sqlstore
import (
"github.com/torkelo/grafana-pro/pkg/models"
)
import "github.com/torkelo/grafana-pro/pkg/models"
func SaveDashboard(dash *models.Dashboard) error {
var err error