-
-
Notifications
You must be signed in to change notification settings - Fork 405
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
Add Device Template categories to match the classes of the Package Plugin #4957
Comments
Add Device Template Classes to match the Classes in Upcoming release of the Package Plugin
Have proposed the following device classes. Awaiting feedback before finalizing/closing. $device_classes = array(
'application' => __('Application Related'),
'cacti' => __('Cacti Related'),
'database' => __('Database Related'),
'facilities' => __('Facilities Related'),
'general' => __('Generic Device'),
'hpc' => __('HPC/Grid Computing'),
'hypervisor' => __('Hypervisor Related'),
'license' => __('Licensing Related'),
'linux' => __('Linux Related'),
'loadbalancer' => __('Load Balancer'),
'switch' => __('Network Switch'),
'router' => __('Network Router'),
'firewall' => __('Network Firewall'),
'storage' => __('Storage Related'),
'telephony' => __('Telco Related'),
'webserver' => __('Web Server Related'),
'windows' => __('Windows Related'),
'ups' => __('UPS Related'),
'' => __('Unassigned')
); |
Media converter ( Fiber optic related or telco related ) |
What do you prefer, removing |
Yeah remove the telco in my opinion alot of these devices can be put under that category |
Okay, provided an updated list. That would be great. No rush. |
Completing the circular reference here: |
Wifi (ap, controller) |
Something like management (ILO, IPMI, iDrac, ...) |
Like this? $device_classes = array(
'remotemgmt' => __('ILO, IPMI, iDrac, etc.')
); |
Please add wireless |
@xmacan, Wireless as in what? Review the Example I provided @bmfmancini . device_classes = array(
'wireless' => __('Daffy Duck, Fred Flintstone, etc.')
); ?? |
Okay, added both. |
Feature Request
Is your feature request related to a problem? Please describe
Add Classes to Device Templates to match those defined in the unreleased Package Plugin.
Describe the solution you'd like
These have been needed for several years, but not implemented.
Describe alternatives you've considered
Prefixing Templates with names. Not nice.
The text was updated successfully, but these errors were encountered: