lmc/linodes/clone/index.shtml

182 lines
5.2 KiB
Plaintext

<!--
This file is part of Linode Manager Classic.
Linode Manager Classic is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Linode Manager Classic is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Linode Manager Classic. If not, see <https://www.gnu.org/licenses/>.
-->
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>LMC - Clone</title>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" type="text/css" href="clone.css" />
<script src="clone.js" type="module"></script>
</head>
<body>
<!--#include virtual="/include/header.html"-->
<!--#include virtual="/include/linode_subnav.html"-->
<div id="main-content" class="wrapper">
<div id="top-links"><a href="/linodes">Linodes</a> » <span id="linode-tag"><a id="linode-tag-link" href=""></a> » </span><a id="linode-label" href="/linodes/dashboard?lid=0"></a> » <span class="top-links-title">Clone</span></div>
<div id="clone">
<table id="config-table" class="lmc-table">
<thead>
<tr>
<td colspan="4">Configuration Profiles</td>
</tr>
<tr>
<td>Select</td>
<td>Configuration Profiles</td>
<td>Kernel</td>
<td>Disks Attached</td>
</tr>
</thead>
<tbody id="config-table-body">
<tr id="loading-configs" class="lmc-tr3">
<td></td>
<td>Loading configuration profiles...</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<table id="disk-table" class="lmc-table">
<thead>
<tr>
<td colspan="4">Disks</td>
</tr>
<tr>
<td>Select</td>
<td>Disks</td>
<td>Type</td>
<td>Size</td>
</tr>
</thead>
<tbody id="disk-table-body">
<tr id="loading-disks" class="lmc-tr3">
<td></td>
<td>Loading disks...</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<table id="clone-table" class="lmc-table">
<thead>
<tr>
<td colspan="4">Clone</td>
</tr>
<tr>
<td colspan="4">Config Profiles</td>
</tr>
</thead>
<tbody id="config-clone-table">
<tr id="configs-none" class="lmc-tr3">
<td colspan="4">- None -</td>
</tr>
</tbody>
<tbody class="lmc-tbody-head">
<tr class="noshow">
<td colspan="4"></td>
</tr>
<tr>
<td>Disks</td>
<td>Size</td>
<td>Time to copy: Local</td>
<td>To another Datacenter</td>
</tr>
</tbody>
<tbody id="disk-clone-table">
<tr id="disks-none" class="lmc-tr3">
<td colspan="4">- None -</td>
</tr>
<tr id="eta-row" class="lmc-tr3">
<td></td>
<td>TOTAL ESTIMATED TIME:</td>
<td id="eta-local">0 minutes</td>
<td id="eta-remote">0 minutes</td>
</tr>
</tbody>
</table>
<table id="dest-table" class="lmc-table">
<thead>
<tr class="noshow">
<td colspan="2"></td>
</tr>
<tr>
<td colspan="2">Source</td>
</tr>
</thead>
<tbody>
<tr class="lmc-tr3">
<td>Current Datacenter</td>
<td id="source-location"></td>
</tr>
</tbody>
<tbody class="lmc-tbody-head">
<tr class="noshow">
<td colspan="2"></td>
</tr>
<tr>
<td colspan="2">Select Destination</td>
</tr>
</tbody>
<tbody>
<tr class="lmc-tr3">
<td>Destination Linode</td>
<td>
<select id="dest-linode">
<option selected value="0">New Linode</option>
</select>
</td>
</tr>
<tr class="lmc-tr3 new-linode">
<td>Location</td>
<td><select id="dest-location">
<optgroup id="na" label="North America"></optgroup>
<optgroup id="eu" label="Europe"></optgroup>
<optgroup id="ap" label="Asia/Pacific"></optgroup>
<optgroup id="sa" label="South America"></optgroup>
<optgroup id="af" label="Africa"></optgroup>
<optgroup id="dc-other" label="Other"></optgroup>
</select></td>
</tr>
<tr class="lmc-tr3 new-linode">
<td>Plan</td>
<td>
<select id="dest-plan"></select>
$<span id="dest-plan-price"></span> per month
</td>
</tr>
<tr class="lmc-tr3 new-linode">
<td>Label</td>
<td><input id="dest-label" type="text" /></td>
</tr>
<tr class="lmc-tr3 new-linode">
<td>Backups</td>
<td>
<input id="dest-backups" type="checkbox" />
<label for="dest-backups">$<span id="dest-backups-price"></span> per month</label>
</td>
</tr>
<tr class="lmc-tr3">
<td></td>
<td><button id="clone-button" type="button">Clone</button></td>
</tr>
</tbody>
</table>
</div>
</div>
</body>
</html>