grafanaPlugins.volkovlabs-form-panel: init at 4.6.0
This commit is contained in:
parent
cabb94db0e
commit
e0a09aaac5
@ -29,4 +29,5 @@
|
||||
redis-explorer-app = callPackage ./redis-explorer-app { };
|
||||
ventura-psychrometric-panel = callPackage ./ventura-psychrometric-panel { };
|
||||
volkovlabs-echarts-panel = callPackage ./volkovlabs-echarts-panel { };
|
||||
volkovlabs-form-panel = callPackage ./volkovlabs-form-panel { };
|
||||
}
|
||||
|
@ -0,0 +1,13 @@
|
||||
{ grafanaPlugin, lib }:
|
||||
|
||||
grafanaPlugin rec {
|
||||
pname = "volkovlabs-form-panel";
|
||||
version = "4.6.0";
|
||||
zipHash = "sha256-ne2dfCr+PBodeaxGfZL0VrAxHLYEAaeQfuZQf2F3s0s=";
|
||||
meta = with lib; {
|
||||
description = "The Data Manipulation Panel is the first plugin that allows inserting and updating application data, as well as modifying configuration directly from your Grafana dashboard.";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ nagisa ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user