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:
parent
544781ccd1
commit
d3d51236a6
@ -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"/>
|
||||
|
||||
@ -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();"/>
|
||||
|
||||
@ -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();"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user