Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #3597 : add tooltip on static and dynamic in group modification #215

Conversation

ncharles
Copy link
Member

No description provided.

//how to display label ? Capitalize, and with a tooltip
case "static" => <span class="tooltip" title="The list of member nodes is defined at creation and will not change automatically.">Static</span>
case "dynamic" => <span class="tooltip" title="Nodes will be automatically added and removed so that the list of members always matches this group's search criteria.">Dynamic</span>
}) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Their should be a default case (or dynamic should be the default ?), else we are looking for "noMatchException"

fanf added a commit that referenced this pull request May 24, 2013
…tic_and_dynamic

Fixes #3597 : add tooltip on static and dynamic in group modification
@fanf fanf merged commit 123f9a6 into Normation:branches/rudder/2.3 May 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants