]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/wot/MyPoints.java
ADD: Role sensitive assurance display
[gigi.git] / src / org / cacert / gigi / pages / wot / MyPoints.java
index cd8b732e454b3cd4d5209c236fcd3afc7e3c5abc..1e61bebebe324bc39008222053443d55f441cad7 100644 (file)
@@ -16,9 +16,9 @@ public class MyPoints extends Page {
 
     public static final String PATH = "/wot/mypoints";
 
-    private AssurancesDisplay myDisplay = new AssurancesDisplay("asArr");
+    private AssurancesDisplay myDisplay = new AssurancesDisplay("asArr", false);
 
-    private AssurancesDisplay toOtherDisplay = new AssurancesDisplay("otherAsArr");
+    private AssurancesDisplay toOtherDisplay = new AssurancesDisplay("otherAsArr", true);
 
     public MyPoints(String title) {
         super(title);