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:
parent
02d4161ddd
commit
1b206f223f
14 changed files with 50 additions and 54 deletions
|
@ -1,5 +1,5 @@
|
|||
angular.module('dockerui', [
|
||||
'dockerui.templates',
|
||||
angular.module('uifordocker', [
|
||||
'uifordocker.templates',
|
||||
'ngRoute',
|
||||
'dockerui.services',
|
||||
'dockerui.filters',
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue