feat(dashboard): add a link to the visualizer (#1469)

pull/1377/merge
Anthony Lapenna 2017-12-05 17:34:29 +01:00 committed by GitHub
parent 2b2850d17a
commit 283faca4f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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>