Sha256: 12608ffe23a5b31e1d508ece90834187254c96e881e0b60c14c572080e3bbe9a
Contents?: true
Size: 329 Bytes
Versions: 11
Compression:
Stored size: 329 Bytes
Contents
<% # For backwards compatibility, Fog has :size_gb, Google has :disk_size_gb field_name = f.object.class == Google::Cloud::Compute::V1::AttachedDisk ? :disk_size_gb : :size_gb %> <%= text_f f, field_name, class: "col-md-2", label: _("Size (GB)"), label_size: "col-md-2", onchange: 'tfm.computeResource.capacityEdit(this)' %>
Version data entries
11 entries across 11 versions & 1 rubygems