mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
switch to angular-ui-router (#11)
This commit is contained in:
parent
4e1a7077d7
commit
a12c1916ec
14 changed files with 42 additions and 45 deletions
|
@ -80,7 +80,7 @@
|
|||
<table class="table table-striped" ng-repeat="(Id, container) in network.Containers">
|
||||
<tr>
|
||||
<td>Id</td>
|
||||
<td><a href="#/containers/{{ Id }}">{{ Id }}</a></td>
|
||||
<td><a ui-sref="container({id: Id})">{{ Id }}</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>EndpointID</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue