summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-02 15:21:40 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-02 15:27:00 -0400
commit97ce4d24cb15aa20fe7fe510a656ca3ba2718fb4 (patch)
treeb653e33f0905aac093aa1c7f412641359173e3fd /templates
parent6623a51cf9a5284d8fb9b883b499d8eb8a6381c8 (diff)
adding ssh remote working
Rsync remote still needs work
Diffstat (limited to 'templates')
-rw-r--r--templates/configurators/confirmssh.hamlet4
-rw-r--r--templates/configurators/makessherror.hamlet10
2 files changed, 11 insertions, 3 deletions
diff --git a/templates/configurators/confirmssh.hamlet b/templates/configurators/confirmssh.hamlet
index 75e27f708..60bba8485 100644
--- a/templates/configurators/confirmssh.hamlet
+++ b/templates/configurators/confirmssh.hamlet
@@ -5,8 +5,6 @@
<div .span8>
<p>
The server at #{sshHostName sshdata} has been verified to be usable.
- <br>
- Everything checks out!
<p>
<a .btn .btn-primary href="@{MakeSshR sshdata}" onclick="$('#setupmodal').modal('show');">
Clone this repository to the remote server
@@ -20,7 +18,7 @@
<div .modal .fade #setupmodal>
<div .modal-header>
<h3>
- Testing server ...
+ Making repository ...
<div .modal-body>
<p>
Setting up repository on the remote server. This could take a minute.
diff --git a/templates/configurators/makessherror.hamlet b/templates/configurators/makessherror.hamlet
new file mode 100644
index 000000000..6422431cc
--- /dev/null
+++ b/templates/configurators/makessherror.hamlet
@@ -0,0 +1,10 @@
+<div .span9 .hero-unit>
+ <h2>
+ <i .icon-warning-sign></i> Failed to make repository
+ <p>
+ Something went wrong setting up the repository on the remote server.
+ <p>
+ Transcript: #{msg}
+ <p>
+ <a .btn .btn-primary href="@{MakeSshR sshdata}">
+ Retry