openxenmanager icon indicating copy to clipboard operation
openxenmanager copied to clipboard

Allow import/export of XenCenter configuaration file

Open TwoWheelDev opened this issue 11 years ago • 0 comments

XenCenter allows you to export your server list as an xml file. We should have the option to both import and export these. Sample:

<?xml version="1.0" encoding="utf-16"?>
<XenConnections>
    <XenConnection>
        <Hostname>beta.internal.serverb.co.uk</Hostname>
        <Port>443</Port>
        <FriendlyName>beta.internal.serverb.co.uk</FriendlyName>
    </XenConnection>
</XenConnections>

TwoWheelDev avatar Jun 16 '14 18:06 TwoWheelDev