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

Current progress on stats page, nonfunctional.

This commit is contained in:
Kevan Ahlquist 2015-08-25 00:55:54 -05:00
parent 66894e7596
commit b7daf91723
6 changed files with 119 additions and 3 deletions

View file

@ -133,6 +133,10 @@
<td>Logs:</td>
<td><a href="#/containers/{{ container.Id }}/logs">stdout/stderr</a></td>
</tr>
<tr>
<td>Stats:</td>
<td><a href="#/containers/{{ container.Id }}/stats">stats</a></td>
</tr>
<tr>
<td>Top:</td>
<td><a href="#/containers/{{ container.Id }}/top">Top</a></td>