diff --git a/app/models/guest_device.rb b/app/models/guest_device.rb index 345d3fab7aa..2937e1bfd04 100644 --- a/app/models/guest_device.rb +++ b/app/models/guest_device.rb @@ -20,4 +20,8 @@ class GuestDevice < ApplicationRecord def self.with_ethernet_type where(:device_type => "ethernet") end + + def self.with_storage_type + where(:device_type => "storage") + end end diff --git a/locale/en.yml b/locale/en.yml index 504b2b9fedb..b6f313795aa 100644 --- a/locale/en.yml +++ b/locale/en.yml @@ -735,7 +735,6 @@ en: GenericObject: Generic Object GenericObjectDefinition: Generic Object Class GuestApplication: Guest Application - GuestDevice: Network Device Host: Host / Node HostPerformance: Performance - Host IsoDatastore: ISO Datastore