Commit e0e201d2 by Thomas Bosch

env

parent aa9b715e
<table class="table table-striped">
<thead>
<tr>
<th>Profiles</th>
<th width="400">System Properties</th>
<th width="400">System Environment</th>
<!-- <th width="250">Application Config</th> -->
</tr>
</thead>
<tbody>
<tr>
<td>{{ application.env['profiles'] }}</td>
<td style="word-break: break-all; ">{{ application.env.systemProp }}</td>
<td style="word-break: break-all; ">{{ application.env.systemEnv }}</td>
<!-- <td style="word-break: break-all; ">{{ application.env.config }}</td> -->
</tr>
</tbody>
</table>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment