diff --git a/openstack_dashboard/static/app/core/core.module.js b/openstack_dashboard/static/app/core/core.module.js index 3abe2e8a74..3233019abc 100644 --- a/openstack_dashboard/static/app/core/core.module.js +++ b/openstack_dashboard/static/app/core/core.module.js @@ -91,9 +91,6 @@ registry.getResourceType(VOLUME_RESOURCE_TYPE, { names: [gettext('Volume'), gettext('Volumes')] }); - registry.getResourceType('OS::Nova::Flavor', { - names: [gettext('Flavor'), gettext('Flavors')] - }); registry.getResourceType('OS::Swift::Account', { names: [gettext('Object Account'), gettext('Object Accounts')] });