1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

Added module for container logs.

This commit is contained in:
Kevan Ahlquist 2014-12-15 16:26:10 -06:00
parent ca9355f617
commit b70b3f3100
8 changed files with 110 additions and 1 deletions

View file

@ -99,6 +99,10 @@
<td>State:</td>
<td><span class="label {{ container.State|getstatelabel }}">{{ container.State|getstatetext }}</span></td>
</tr>
<tr>
<td>Logs:</td>
<td><a href="#/containers/{{ container.Id }}/logs">stdout/stderr</a></td>
</tr>
</tbody>
</table>