Bug 383969, PSM should not use OCSP while building cert manager display

r=rrelyea


git-svn-id: svn://10.0.0.236/trunk@228147 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kaie%kuix.de 2007-06-15 22:06:54 +00:00
parent 544781ccd1
commit d3d51236a6
3 changed files with 16 additions and 0 deletions

View File

@ -58,9 +58,13 @@
<treecol id="tokencol" label="&certmgr.tokenname;"
persist="hidden width ordinal" flex="1"/>
<splitter class="tree-splitter"/>
<!-- disable the purposes column until we get a solution
to fill in this information that is compatible with OCSP
and does not block the whole interface
<treecol id="purposecol" label="&certmgr.purpose;"
persist="hidden width ordinal" flex="1"/>
<splitter class="tree-splitter"/>
-->
<treecol id="serialnumcol" label="&certmgr.serial;"
persist="hidden width ordinal" flex="1"/>
<splitter class="tree-splitter"/>

View File

@ -56,8 +56,14 @@
<treecol id="emailcol" label="&certmgr.email;"
flex="1"/>
<splitter class="tree-splitter"/>
<!-- disable the purposes column until we get a solution
to fill in this information that is compatible with OCSP
and does not block the whole interface
<treecol id="purposecol" label="&certmgr.purpose;"
flex="1"/>
-->
<treecol id="expiredcol" label="&certmgr.expires;"
flex="1"/>
<!-- <treecol id="certdbkeycol" collapsed="true" flex="1"/> -->
</treecols>
<treechildren flex="1" ondblclick="viewCerts();"/>

View File

@ -55,8 +55,14 @@
<treecol id="certcol" label="&certmgr.certname;" primary="true"
persist="hidden width ordinal" flex="1"/>
<splitter class="tree-splitter"/>
<!-- disable the purposes column until we get a solution
to fill in this information that is compatible with OCSP
and does not block the whole interface
<treecol id="purposecol" label="&certmgr.purpose;"
persist="hidden width ordinal" flex="1"/>
-->
<treecol id="expiredcol" label="&certmgr.expires;"
persist="hidden width ordinal" flex="1"/>
<!-- <treecol id="certdbkeycol" collapsed="true" flex="1"/> -->
</treecols>
<treechildren ondblclick="viewCerts();"/>