diff options
Diffstat (limited to 'src/mongo/db/repl/test.html')
-rw-r--r-- | src/mongo/db/repl/test.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mongo/db/repl/test.html b/src/mongo/db/repl/test.html new file mode 100644 index 00000000000..295ad2ef0e0 --- /dev/null +++ b/src/mongo/db/repl/test.html @@ -0,0 +1,11 @@ +<HTML>
+<BODY>
+<!-- see also jstests/rs/ -->
+<iframe src="http://127.0.0.1:28000/_replSet" width="100%" height="50%" frameborder=1>
+</iframe>
+
+<iframe src="http://127.0.0.1:28001/_replSet" width="100%" height="50%" frameborder=1>
+</iframe>
+
+</BODY>
+</HTML>
|