Commit 60a29a6f authored by Simonas Kazlauskas's avatar Simonas Kazlauskas
Browse files

grafanaPlugins.volkovlabs-variable-panel: init at 3.5.0

parent 42d65e72
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,4 +31,5 @@
  volkovlabs-echarts-panel = callPackage ./volkovlabs-echarts-panel { };
  volkovlabs-form-panel = callPackage ./volkovlabs-form-panel { };
  volkovlabs-rss-datasource = callPackage ./volkovlabs-rss-datasource { };
  volkovlabs-variable-panel = callPackage ./volkovlabs-variable-panel { };
}
+13 −0
Original line number Diff line number Diff line
{ grafanaPlugin, lib }:

grafanaPlugin rec {
  pname = "volkovlabs-variable-panel";
  version = "3.5.0";
  zipHash = "sha256-SqMTCdB+8OUo94zJ3eS5NoCeyjc7sdMCR0CTvVe/L1g=";
  meta = with lib; {
    description = "The Variable panel allows you to have dashboard filters in a separate panel which you can place anywhere on the dashboard.";
    license = licenses.asl20;
    maintainers = with maintainers; [ nagisa ];
    platforms = platforms.unix;
  };
}