From dfd00318cf8172a091af1cf2ce8cdddaa9ab155b Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 08 May 2007 21:29:14 +0000
Subject: [PATCH] Do not display the replication monitoring information if there are no replicated suffixes.

---
 opends/src/statuspanel/org/opends/statuspanel/StatusCli.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/statuspanel/org/opends/statuspanel/StatusCli.java b/opends/src/statuspanel/org/opends/statuspanel/StatusCli.java
index e1dbac3..9d01935 100644
--- a/opends/src/statuspanel/org/opends/statuspanel/StatusCli.java
+++ b/opends/src/statuspanel/org/opends/statuspanel/StatusCli.java
@@ -719,7 +719,7 @@
     }
     else
     {
-      DatabasesTableModel databasesTableModel = new DatabasesTableModel();
+      DatabasesTableModel databasesTableModel = new DatabasesTableModel(true);
       Set<BaseDNDescriptor> replicas = new HashSet<BaseDNDescriptor>();
       Set<DatabaseDescriptor> dbs = desc.getDatabases();
       for (DatabaseDescriptor db: dbs)

--
Gitblit v1.10.0