Details
-
Type:
Improvement
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: dashboard-view-plugin
-
Labels:None
-
Similar Issues:
Description
The analysis plug-ins provides several portlets with user configurable width and height. Since the width of a portlet depends on the screen resolution and the number of columns it would be nice if the default width for a portlet graph would be available as a variable in the jelly scripts (at least a default width for single or double column display would be nice).
(The same would be good for the height, too. Here at least a default height would be nice to have.)
To add some extra parameters to your DashboardPortlet you need to implement your own config.jelly (you can make a copy of one config.jelly in the dashboard-view plugin source code).
Then add your parameters to you ctor and that's it.
See issue 6811 and dashboard-view wiki (I have just updated it with the instructions).