clean up copy a bit, simplify

This commit is contained in:
Jeff Atwood 2015-01-13 00:29:33 -08:00
parent 3b30d48474
commit 51c185d734
4 changed files with 8 additions and 6 deletions

View File

@ -25,6 +25,7 @@ header {
}
h1 {
text-align: right;
font-size: 2em;
}
clear: both;
}
@ -107,3 +108,7 @@ button.unlock {
margin-top: -10px !important;
}
}
th {
border-top: none;
}

View File

@ -1,6 +1,6 @@
<header class="container">
{{#link-to 'index'}}<img src="/assets/images/docker-manager-ea64623b074c8ec2b0303bae846e21e6.png" class="logo">{{/link-to}}
<h1>{{#link-to 'index'}}Docker Manager{{/link-to}}</h1>
<h1>{{#link-to 'index'}}Upgrade{{/link-to}}</h1>
</header>
<div class="container">
@ -17,7 +17,7 @@
{{/if}}
<ul class="nav nav-tabs">
{{#x-tab route="index"}}Home{{/x-tab}}
{{#x-tab route="index"}}Versions{{/x-tab}}
{{#x-tab route="processes"}}Processes{{/x-tab}}
<li><a href='/'>Return to site</a></li>
<li><a href='/admin/backups'>Backups</a></li>

View File

@ -1,8 +1,6 @@
<h3>Repositories</h3>
<table class='table' id='repos'>
<tr>
<th style='width: 50%'>Name</th>
<th style='width: 50%'>Repository Name</th>
<th>Status</th>
</tr>
<tbody>

View File

@ -1,3 +1,2 @@
<h3>Processes</h3>
{{x-console output=output}}