[Pki-devel] [PATCH] 566 Fixed incorrect link in TPS UI.

Endi Sukma Dewata edewata at redhat.com
Wed Apr 8 19:41:03 UTC 2015


The "Subsystem Connections" link in the home.html has been fixed
to point to #connectors.

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

Pushed to master and 10.2 branch under one-liner/trivial rule.

-- 
Endi S. Dewata
-------------- next part --------------
From 7356608e7e8e17b5814e9bcd9378aaa83bc04909 Mon Sep 17 00:00:00 2001
From: "Endi S. Dewata" <edewata at redhat.com>
Date: Wed, 8 Apr 2015 15:33:53 -0400
Subject: [PATCH] Fixed incorrect link in TPS UI.

The "Subsystem Connections" link in the home.html has been fixed
to point to #connectors.

https://fedorahosted.org/pki/ticket/1274
---
 base/tps/shared/webapps/tps/ui/home.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/tps/shared/webapps/tps/ui/home.html b/base/tps/shared/webapps/tps/ui/home.html
index 8502ca4482513f0dcd6282efba89f8395bd698b3..f21040fdbe034169a46900c47980bd605f8ef849 100644
--- a/base/tps/shared/webapps/tps/ui/home.html
+++ b/base/tps/shared/webapps/tps/ui/home.html
@@ -51,7 +51,7 @@
     <div class="panel-body">
         <a href="#config">General Configuration</a><br>
         <a href="#authenticators">Authentication Sources</a><br>
-        <a href="#connections">Subsystem Connections</a><br>
+        <a href="#connectors">Subsystem Connections</a><br>
         <a href="#profiles">Profiles</a><br>
         <a href="#profile-mappings">Profile Mappings</a><br>
         <a href="#audit">Audit Logging</a><br>
-- 
1.9.3



More information about the Pki-devel mailing list