Revision bc82d5d5
Added by Vanya Jauhal almost 8 years ago
app/views/containers/show.html.erb | ||
---|---|---|
54 | 54 |
</td> |
55 | 55 |
</tr> |
56 | 56 |
<tr> |
57 |
<td><%= _('DNS') %></td> |
|
58 |
<td> |
|
59 |
<% (@container.in_fog.attributes['host_config_dns'] || []).each do |dns| %> |
|
60 |
<%= dns %><br/> |
|
61 |
<% end %> |
|
62 |
</td> |
|
63 |
</tr> |
|
64 |
<tr> |
|
57 | 65 |
<td><%= _('Environment Variables') %></td> |
58 | 66 |
<td> |
59 | 67 |
<table id="environment_variables" class="table table-bordered" style="table-layout:fixed; word-wrap: break-word"> |
Also available in: Unified diff
Fixes #7865 - Adds support for configuring dns during container creation