The selftest interface has been removed from TPS UI to avoid
confusion due to its limited usefulness.

https://fedorahosted.org/pki/ticket/2344

Pushed to master under one-liner/trivial rule.

--
Endi S. Dewata
>From af1d50bae945e14e1edc198d78d774b6ca491a5d Mon Sep 17 00:00:00 2001
From: "Endi S. Dewata" <edew...@redhat.com>
Date: Sat, 4 Jun 2016 01:20:04 +0200
Subject: [PATCH] Removed selftest interface from TPS UI.

The selftest interface has been removed from TPS UI to avoid
confusion due to its limited usefulness.

https://fedorahosted.org/pki/ticket/2344
---
 base/tps/shared/webapps/tps/ui/index.html | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/base/tps/shared/webapps/tps/ui/index.html b/base/tps/shared/webapps/tps/ui/index.html
index f2a9d758457d98234b5baa1cbe85773a509173bb..63baf3e27bbc5e4267d91fc1c3f5586991b3abb8 100644
--- a/base/tps/shared/webapps/tps/ui/index.html
+++ b/base/tps/shared/webapps/tps/ui/index.html
@@ -38,7 +38,9 @@
     <script src="/tps/js/group.js"></script>
     <script src="/tps/js/profile.js"></script>
     <script src="/tps/js/profile-mapping.js"></script>
+<!--
     <script src="/tps/js/selftest.js"></script>
+-->
     <script src="/tps/js/token.js"></script>
     <script src="/tps/js/user.js"></script>
     <script>
@@ -281,7 +283,7 @@ $(function() {
             parentHash: "#profile-mappings"
         }).open();
     });
-
+/*
     router.route("selftests", "selftests", function() {
         new SelfTestsPage({
             el: content,
@@ -296,7 +298,7 @@ $(function() {
             model: new SelfTestModel({ id: id })
         }).open();
     });
-
+*/
     router.route("tokens", "tokens", function() {
         tokensPage.open();
     });
@@ -457,7 +459,9 @@ $(function() {
         <li name="profiles" style="display: none;"><a href="#profiles">Profiles</a></li>
         <li name="profile-mappings" style="display: none;"><a href="#profile-mappings">Profile Mappings</a></li>
         <li name="audit" style="display: none;"><a href="#audit">Audit Logging</a></li>
+<!--
         <li name="selftests" style="display: none;"><a href="#selftests">Self Tests</a></li>
+-->
       </ul>
     </li>
     </ul>
-- 
2.5.5

_______________________________________________
Pki-devel mailing list
Pki-devel@redhat.com
https://www.redhat.com/mailman/listinfo/pki-devel

Reply via email to