clean up copy a bit, simplify
This commit is contained in:
parent
3b30d48474
commit
51c185d734
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,2 @@
|
|||
<h3>Processes</h3>
|
||||
|
||||
{{x-console output=output}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue