lmc/linodes/resize/index.shtml

96 lines
3.3 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 - Resize</title>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" type="text/css" href="resize.css" />
<script src="resize.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">Resize</span></div>
<div id="resize">
<table class="lmc-table">
<thead>
<tr>
<td colspan="3">Resize</td>
</tr>
</thead>
<tbody>
<tr class="lmc-tr1">
<td colspan="3"><h2>Choose your new plan</h2></td>
</tr>
<tr class="lmc-tr1">
<td>
<h3>Nanode</h3>
<div id="nanode"></div>
<br />
<h3>Standard</h3>
<div id="standard"></div>
<br />
<h3>Dedicated CPU</h3>
<div id="dedicated"></div>
</td>
<td>
<h3>High Memory</h3>
<div id="highmem"></div>
<br />
<h3>Dedicated GPU</h3>
<div id="gpu"></div>
<br />
<h3>Premium</h3>
<div id="premium"></div>
</td>
<td>
<h2>How it works</h2>
<ol>
<li>
<strong>Linode is shut down and migrated</strong><br />
You will experience downtime while your Linode is migrated. It will take about <span id="eta"></span> to migrate your Linode, but that may vary based on host and network load.
</li>
<li>
<strong>Billing</strong><br />
The resized Linode will be billed at the hourly rate of the new Linode plan going forward.
</li>
<li>
<strong>Enjoyment</strong><br />
After the migration completes, you can take advantage of the new resources by resizing your disks.
</li>
</ol>
</td>
</tr>
<tr class="lmc-tr1">
<td colspan="3">
<div id="auto-resize">
<input disabled id="auto-resize-box" type="checkbox" />
<label for="auto-resize-box">Automatically resize disk "<span id="disk-name"></span>"</label>
</div>
<button disabled id="resize-button" type="button">Resize this Linode Now!</button>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</body>
</html>