portainer/app/components/footer/statusbar.html

7 lines
278 B
HTML
Raw Normal View History

2014-12-01 06:13:53 +00:00
<footer class="center well">
<p>
<small>Docker API Version: <strong>{{ apiVersion }}</strong> UI Version: <strong>{{ uiVersion }}</strong> <a
class="pull-right" href="https://github.com/crosbymichael/dockerui">dockerui</a></small>
</p>
2014-12-01 06:13:53 +00:00
</footer>