From a6e4ac5484941c4d2dde366159e929ed79a179a9 Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Fri, 16 Mar 2018 14:26:05 +0100 Subject: [PATCH] mssql: update plugin.json, added description and name MSSQL -> Microsft SQL Server --- public/app/plugins/datasource/mssql/plugin.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/mssql/plugin.json b/public/app/plugins/datasource/mssql/plugin.json index 20b737ce938..e5e96842c52 100644 --- a/public/app/plugins/datasource/mssql/plugin.json +++ b/public/app/plugins/datasource/mssql/plugin.json @@ -1,9 +1,10 @@ { "type": "datasource", - "name": "MSSQL", + "name": "Microsoft SQL Server", "id": "mssql", "info": { + "description": "Microsoft SQL Server Data Source for Grafana", "author": { "name": "Grafana Project", "url": "https://grafana.com"