% if @project.configuration_parameters.empty? %>
No project wide configuration added yet.
Project configuration is overridden by stage configurations.
Name | Value | Prompt? | ||
---|---|---|---|---|
<%= truncate(h(config.name), :length => 25) %> | <%=h truncate(hide_password_in_value(config), :length => 45) %> | <%= config.prompt_status_in_html %> | <%= link_to 'Edit', edit_project_project_configuration_path(@project, config) %> | <%= link_to 'Delete', project_project_configuration_path(@project, config), :confirm => 'Are you sure?', :method => :delete %> |