Commit e0a09aaa authored by Simonas Kazlauskas's avatar Simonas Kazlauskas
Browse files

grafanaPlugins.volkovlabs-form-panel: init at 4.6.0

parent cabb94db
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 { };
}
+13 −0
Original line number Diff line number Diff line
{ 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;
  };
}