Actions
Feature #13821
closedPuppet class parameters shouldn't alway show a text box when changing them
Description
When overriding a parameter in a host group or host we should display the following:
Select box if it is a boolean.
Number box if it is a integer or real.
Unless the param is hidden, in which we should display a the current password box.
There is also no need to display the fullscreen button is is a boolean or the hide/unhide button if param isn't already hidden.
Actions