Project

General

Profile

« Previous | Next » 

Revision 34876ef5

Added by Kavita Gaikwad about 5 years ago

Refs #26473 - refactored code & removed unwanted code in gce.rb

This commit includes
- modified help text of certificate_path on GCE compute_resource form
- show volume information for host correctly

View differences:

app/views/compute_resources_vms/form/gce/_base.html.erb
arch ||= nil ; os ||= nil
images = possible_images(compute_resource, arch, os)
%>
<div id='image_selection'>
<%= select_f f, :image_id, images, :uuid, :name,
{ :include_blank => (images.empty? || images.size == 1) ? false : _('Please select an image') },

Also available in: Unified diff