Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

mmethner/documentation-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The documentation-panel is based on the buildin grafana text-panel

Screenshot

Installation

Just clone the documentation-panel repository to your grafana plugin dir. See official documentation for more information.

git clone https://github.com/mmethner/documentation-panel.git
sudo service grafana-server restart

Changelog

0.0.1

First working version as example how to extend the text panel. See https://groups.io/g/grafana/message/2236

Testing

First build:

npm install
grunt

To start grafana with a local copy run

docker build -t documentation-panel .
docker run -p3000:3000 documentation-panel

Login with admin:admin

About

a text panel template for grafana

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published