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:
parent
66894e7596
commit
b7daf91723
6 changed files with 119 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue