1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

DockerUI => UI For Docker

This commit is contained in:
Kevan Ahlquist 2016-04-29 21:57:27 -05:00
parent 02d4161ddd
commit 1b206f223f
14 changed files with 50 additions and 54 deletions

View file

@ -1,5 +1,5 @@
angular.module('dockerui', [
'dockerui.templates',
angular.module('uifordocker', [
'uifordocker.templates',
'ngRoute',
'dockerui.services',
'dockerui.filters',

View file

@ -5,7 +5,7 @@
<div class="row">
<div class="col-xs-10" id="masthead" style="display:none">
<div class="jumbotron">
<h1>DockerUI</h1>
<h1>UI For Docker</h1>
<p class="lead">The UI for Docker container engine</p>
<a class="btn btn-large btn-success" href="http://docker.io">Learn more.</a>

View file

@ -1,6 +1,6 @@
<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>
class="pull-right" href="https://github.com/kevana/ui-for-docker">UI For Docker</a></small>
</p>
</footer>

View file

@ -1,5 +1,5 @@
<div class="masthead">
<h3 class="text-muted">DockerUI</h3>
<h3 class="text-muted">UI For Docker</h3>
<div class="col-xs-11">
<ul class="nav well">