You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
658 B
22 lines
658 B
<?xml version="1.0"?>
|
|
<Role
|
|
name="Cluster Node Server"
|
|
description="This server is a Node in a cluster."
|
|
mys_id="Cluster"
|
|
>
|
|
<!-- mys_id attribute should be unique among the different roles. It is used to track collapsed/expanded state. -->
|
|
|
|
<_locDefinition>
|
|
<_locTag _loc="locData" _locAttrData="name, description">Role</_locTag>
|
|
<_locTag _loc="locData" _locAttrData="description, tooltip">Link</_locTag>
|
|
</_locDefinition>
|
|
|
|
<Links>
|
|
<Link
|
|
description="Click this link to start IE"
|
|
type="url"
|
|
command="http://www.microsoft.com"
|
|
tooltip="click me!"
|
|
/>
|
|
</Links>
|
|
</Role>
|