webapp: Repository list is now included in the dashboard, and other UI tweaks.
This commit is contained in:
parent
6c7ce8f193
commit
810a06b771
18 changed files with 77 additions and 108 deletions
|
@ -20,7 +20,7 @@
|
|||
<div .form-actions>
|
||||
<button .btn .btn-primary type=submit>
|
||||
Save Changes
|
||||
<a .btn href="@{RepositoriesR}">
|
||||
<a .btn href="@{DashboardR}">
|
||||
Cancel
|
||||
$if new
|
||||
<p>
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
<p>
|
||||
<a .btn href="@{AddDriveR}">
|
||||
On a removable drive
|
||||
<a .btn href="@{RepositoriesR}">
|
||||
<a .btn href="@{DashboardR}">
|
||||
Cancel
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
<div .span9 ##{ident} .hero-unit>
|
||||
$maybe reldir <- relDir webapp
|
||||
<h2>
|
||||
git-annex is watching over your files in <small><tt>#{reldir}</tt></small>
|
||||
<p>
|
||||
It will automatically notice changes, and keep files in sync #
|
||||
$if (null repolist)
|
||||
with repositories elsewhere ...
|
||||
<h2>
|
||||
But no other repositories are set up yet.
|
||||
<a .btn .btn-primary .btn-large href="@{RepositoriesR}">Add another repository</a>
|
||||
$else
|
||||
\ with these repositories:
|
||||
<table .table .table-striped .table-condensed>
|
||||
<tbody>
|
||||
$forall (num, name, _, _) <- repolist
|
||||
<tr>
|
||||
<td>
|
||||
#{num}
|
||||
<td>
|
||||
#{name}
|
||||
<a .btn .btn-primary .btn-large href="@{RepositoriesR}">Add another repository</a>
|
||||
<p>
|
||||
Or just sit back, watch the magic, and get on with using your files.
|
|
@ -1,5 +1,11 @@
|
|||
<div .span9>
|
||||
<div .row-fluid>
|
||||
<div .span4>
|
||||
<h3>
|
||||
<a href="@{AddRepositoryR}">
|
||||
Repositories
|
||||
<p>
|
||||
Configure the repositories that git-annex syncs with.
|
||||
<div .span4>
|
||||
<h3>
|
||||
<a href="@{PreferencesR}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue