mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
feat(global): add container exec support (#97)
This commit is contained in:
parent
b0ebbdf68c
commit
1aaa5acbef
16 changed files with 438 additions and 75 deletions
|
@ -64,6 +64,7 @@
|
|||
<div class="btn-group" role="group" aria-label="...">
|
||||
<a class="btn btn-default" type="button" ui-sref="stats({id: container.Id})">Stats</a>
|
||||
<a class="btn btn-default" type="button" ui-sref="logs({id: container.Id})">Logs</a>
|
||||
<a class="btn btn-default" type="button" ui-sref="console({id: container.Id})">Console</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="comment">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue