-
Notifications
You must be signed in to change notification settings - Fork 278
Feature/8994 add classes description #789
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
base: develop
Are you sure you want to change the base?
Conversation
Hipska
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great cleanup 👍 I do have a few minor suggestions.
datamodels/2.x/itop-config-mgmt/dictionaries/en.dict.itop-config-mgmt.php
Outdated
Show resolved
Hide resolved
| Dict::Add('EN US', 'English', 'English', [ | ||
| 'Class:Tablet' => 'Tablet', | ||
| 'Class:Tablet+' => '', | ||
| 'Class:Tablet+' => 'End user device. For example iPad, Galaxy Note/Tab Nexus, Kindle,...', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 'Class:Tablet+' => 'End user device. For example iPad, Galaxy Note/Tab Nexus, Kindle,...', | |
| 'Class:Tablet+' => 'End user device. For example iPad, Galaxy Note/Tab, Nexus, Kindle, …', |
| Dict::Add('EN US', 'English', 'English', [ | ||
| 'Class:NetworkDevice' => 'Network Device', | ||
| 'Class:NetworkDevice+' => '', | ||
| 'Class:NetworkDevice+' => 'Any type of network device: router, switch, hub, load balancer, firewall…', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 'Class:NetworkDevice+' => 'Any type of network device: router, switch, hub, load balancer, firewall…', | |
| 'Class:NetworkDevice+' => 'Any type of network device: router, switch, hub, load balancer, firewall, …', |
| 'Class:PhysicalInterface/Attribute:location_id' => 'Location id', | ||
| 'Class:PhysicalInterface/Attribute:location_id+' => '', | ||
| ]); | ||
| ]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please restore EOL.
…ig-mgmt.php Co-authored-by: Thomas Casteleyn <[email protected]>
Base information
Symptom (bug) / Objective (enhancement)
Improve User understanding of the various iTop classes and their usage, by adding a description which is displayed as a tooltip when going above a Dashlet Badge of a class.
Proposed solution (bug and enhancement)
Checklist before requesting a review
Checklist of things to do before PR is ready to merge