mirror of https://github.com/portainer/portainer
feat(dashboard): add a link to the visualizer (#1469)
parent
2b2850d17a
commit
283faca4f7
|
@ -75,6 +75,13 @@
|
||||||
<td>Nodes in the cluster</td>
|
<td>Nodes in the cluster</td>
|
||||||
<td>{{ infoData.Swarm.Nodes }}</td>
|
<td>{{ infoData.Swarm.Nodes }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<div class="btn-group" role="group" aria-label="...">
|
||||||
|
<a class="btn btn-outline-secondary" type="button" ui-sref="swarm.visualizer"><i class="fa fa-object-group space-right" aria-hidden="true"></i>Go to cluster visualizer</a>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</rd-widget-body>
|
</rd-widget-body>
|
||||||
|
|
Loading…
Reference in New Issue