From e1f7ebfa7dd4bda26a9a2963cbd240306b35d4cc Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 29 Jan 2008 17:59:28 +0000
Subject: [PATCH] Fix for issue 2870: status and dsreplication status do not show replication monitoring The changes consist basically in using the new attributes "approx-older-change-not-synchronized-millis" and "missing-changes" in status and replication status command-lines.  In fact a millisecond version of approx-older-change-not-synchronized-millis has been added in order the remote command-line to be able to provide a localized version of the date (instead of directly presenting the date that was written by the server).

---
 opends/src/messages/messages/admin_tool.properties |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties
index 3f95c5f..ceb40bd 100644
--- a/opends/src/messages/messages/admin_tool.properties
+++ b/opends/src/messages/messages/admin_tool.properties
@@ -51,9 +51,8 @@
 INFO_HOSTNAME_LABEL=Host Name:
 INFO_ADMINISTRATIVE_USERS_LABEL=Administrative Users:
 INFO_AGE_OF_OLDEST_MISSING_CHANGE_COLUMN=<html>Age of Oldest<br>Missing \
- Change<br>(hh:mm:ss)
-INFO_AGE_OF_OLDEST_MISSING_CHANGE_COLUMN_CLI=Age of Oldest Missing Change \
- (hh:mm:ss)
+ Change
+INFO_AGE_OF_OLDEST_MISSING_CHANGE_COLUMN_CLI=Age of Oldest Missing Change
 INFO_AUTHENTICATE_BUTTON_LABEL=Authenticate
 INFO_AUTHENTICATE_STATUS_PANEL_BUTTON_TOOLTIP=Authenticate as an \
  administrative user to view all monitoring information
@@ -739,8 +738,8 @@
 INFO_REPLICATION_STATUS_HEADER_SECURE=Security (4)
 INFO_REPLICATION_STATUS_REPLICATED_LEGEND=[1] The number of changes that are \
  still missing on this server (and that have been at least applied to one of \
- the other servers).%n[2] Age of oldest missing change: the age (in \
- seconds) of the oldest change that has not arrived to this server.%n[3] The \
+ the other servers).%n[2] Age of oldest missing change: the date where the \
+ oldest change that has not arrived to this server was generated.%n[3] The \
  port used to communicate between the servers whose contents are being \
  replicated.%n[4] Whether the replication communication through the \
  replication port is encrypted or not.

--
Gitblit v1.10.0