summaryrefslogtreecommitdiff
path: root/src/fauxton/app/addons/replicator/templates/sidebartabs.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/fauxton/app/addons/replicator/templates/sidebartabs.html')
-rw-r--r--src/fauxton/app/addons/replicator/templates/sidebartabs.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/fauxton/app/addons/replicator/templates/sidebartabs.html b/src/fauxton/app/addons/replicator/templates/sidebartabs.html
new file mode 100644
index 000000000..d668c6a74
--- /dev/null
+++ b/src/fauxton/app/addons/replicator/templates/sidebartabs.html
@@ -0,0 +1,30 @@
+<!--
+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.
+-->
+
+ <ul class="nav nav-tabs nav-stacked replication-nav-stacked">
+ <li>
+ <a data-type-select="new" href="#replication/new" id="case-button" class="button blue round-btn fonticon-circle-plus">
+ New Replication
+ </a>
+ </li>
+ <li>
+ <a data-type-select="active" href="#replication/active">Active Replications</a>
+ </li>
+ <li>
+ <a data-type-select="errors" href="#replication/errors">Errors</a>
+ </li>
+ <li>
+ <a data-type-select="complete" href="#replication/complete">Completed Replications</a>
+ </li>
+</ul>