summaryrefslogtreecommitdiff
path: root/src/fauxton/app/addons/replicator/templates/complete.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/fauxton/app/addons/replicator/templates/complete.html')
-rw-r--r--src/fauxton/app/addons/replicator/templates/complete.html43
1 files changed, 43 insertions, 0 deletions
diff --git a/src/fauxton/app/addons/replicator/templates/complete.html b/src/fauxton/app/addons/replicator/templates/complete.html
new file mode 100644
index 000000000..b946082b7
--- /dev/null
+++ b/src/fauxton/app/addons/replicator/templates/complete.html
@@ -0,0 +1,43 @@
+<!--
+Licensed under the Apache License, Version 2.0 (the "License"); you may not
+use this file except in compliance with the License. You may obtain a copy of
+the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+License for the specific language governing permissions and limitations under
+the License.
+-->
+<td>
+ <a href="#database/_replicator/<%=docid%>">
+ <%=docid%>
+ </a>
+</td>
+
+<td>
+ <%=source%>
+</td>
+
+<td>
+ <%=target%>
+</td>
+
+<td>
+ <span class='<% if (continuous){ %>icon-refresh <% } %>'>
+ <%=continuous%>
+ </span>
+</td>
+
+
+<td>
+ <span class="green fonticon-check">
+ <%=status%>
+ </span>
+</td>
+
+<td>
+ <button class="retry button green fonticon-replicate " data-source="<%=source%>" data-doc-id="<%=docid%>" data-rep-id="<%=repid%>" data-continuous="<%=continuous%>" data-target="<%=target%>">Again?</a>
+</td>