7 lines
394 B
HTML
7 lines
394 B
HTML
<!-- frames -->
|
|
<frameset cols="20%, *">
|
|
<frame name="ClusterIndex" src="ClusteredConsole?action=index" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
|
|
<frame name="ClusterNodeView" src="bootstrap.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
|
|
<noframes>A frames enabled browser is required for the cluster view</noframes>
|
|
</frameset>
|