Project

General

Profile

« Previous | Next » 

Revision 03595234

Added by Daniel Lobato Garcia about 9 years ago

Fixes #9589 - Add documentation button to various models

(cherry picked from commit 8eed13de1dd3b4bc10e360427854041e236ae959)

View differences:

app/views/compute_resources/form/_gce.html.erb
<%= text_f f, :project, :label => _("Google Project ID") %>
<%= text_f f, :project, :label => _("Google Project ID"), :help_inline => documentation_button('5.2.4GoogleComputeEngineNotes') %>
<%= text_f f, :email, :label => _("Client Email"), :class => 'col-md-8' %>
<%= text_f f, :key_path, :label => _("Certificate path"), :help_inline => _('The file path where your p12 file is located'), :class => 'col-md-8' %>

Also available in: Unified diff