Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ManageIQ/manageiq-providers-openstack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 88bc1f6e9057a60d4206a46a3492f34877517c07
Choose a base ref
..
head repository: ManageIQ/manageiq-providers-openstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20f863d8e213c5e6ee699f7138a6b1231396f491
Choose a head ref
Showing with 1 addition and 5 deletions.
  1. +1 −5 app/decorators/manageiq/providers/openstack/cloud_manager/template_decorator.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
class ManageIQ::Providers::Openstack::CloudManager::TemplateDecorator < MiqTemplateDecorator
def single_quad
{}
end

def size_tooltip
def provisioning_volume_size_tooltip
_("Default value is 1")
end
end