From 5a16d0cf9adfa5fa91cd2b6112e045fae3ab9a3d Mon Sep 17 00:00:00 2001 From: vakwetu Date: Tue, 9 Nov 2010 17:14:12 +0000 Subject: BZ651087: TPS UI Admin tab display 'null' string in the General configuration git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1485 c9f7a03b-bd48-0410-a16d-cbbf54688b0b --- pki/base/tps/doc/CS.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pki/base/tps/doc/CS.cfg b/pki/base/tps/doc/CS.cfg index b27fa6796..819849ccc 100644 --- a/pki/base/tps/doc/CS.cfg +++ b/pki/base/tps/doc/CS.cfg @@ -1536,7 +1536,7 @@ target._013=# target..list : list of choices of this parameter set target._014=# target..pattern : the regular expression to select parameters in CS.cfg for this parameter set. target._015=# target..displayname: used in the UI display text. This should be the singular form of . target._016=# -target._017=# The exception is the parameter set Generals, which only has a pattern defined. ie. target.Generals.pattern +target._017=# The exception is the parameter set Generals, which has only a pattern and displayname defined. target._018=# target._019=######################################## target.configure.list=Profiles,Subsystem_Connections,Profile_Mappings,Authentication_Sources @@ -1553,6 +1553,7 @@ target.Profile_Mappings.displayname=Profile Mapping target.Authentication_Sources.list=0,1 target.Authentication_Sources.pattern=auth\.instance\.$name\..* target.Authentication_Sources.displayname=Authentication Source +target.Generals.displayname=General target.Generals.pattern=^applet\..*\|^general\..*\|^failover.pod.enable\|^channel\..* config.Generals.General.state=Enabled config.Generals.General.timestamp=1280283607424406 -- cgit