Module: ForemanDatacenter::DeviceRolesHelper

Defined in:
app/helpers/foreman_datacenter/device_roles_helper.rb

Instance Method Summary collapse

Instance Method Details

#device_role_colors_for_selectObject



3
4
5
# File 'app/helpers/foreman_datacenter/device_roles_helper.rb', line 3

def device_role_colors_for_select
  DeviceRole::COLORS.zip(DeviceRole::COLORS)
end