portainer/app/components/footer/statusbar.html

4 lines
250 B
HTML
Raw Normal View History

<div class="footer center well">
2013-06-24 02:13:39 +00:00
<p><small>Docker API Version: <strong>{{ apiVersion }}</strong> UI Version: <strong>{{ uiVersion }}</strong> <a style="float:right" href="https://github.com/crosbymichael/dockerui">dockerui</a></small></p>
</div>