77 lines
		
	
	
		
			3.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			77 lines
		
	
	
		
			3.7 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 - Pending Upgrades!</title>
 | |
| 		<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
 | |
| 		<link rel="stylesheet" type="text/css" href="mutate.css" />
 | |
| 		<script src="mutate.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><span id="linode-label" class="top-links-title"></span></div>
 | |
| 			<div id="mutate">
 | |
| 				<table class="lmc-table">
 | |
| 					<thead>
 | |
| 						<tr>
 | |
| 							<td colspan="2">Pending upgrades!</td>
 | |
| 						</tr>
 | |
| 					</thead>
 | |
| 					<tbody>
 | |
| 						<tr class="lmc-tr3">
 | |
| 							<td>
 | |
| 								<h2>This Linode has pending upgrades:</h2>
 | |
| 								Resources affected:
 | |
| 								<ul>
 | |
| 									<li id="ram"><strong>RAM</strong> goes from <span id="ram-current"></span> GB → <strong><span id="ram-new"></span> GB</strong></li>
 | |
| 									<li id="storage"><strong>Storage</strong> goes from <span id="storage-current"></span> GB → <strong><span id="storage-new"></span> GB</strong></li>
 | |
| 									<li id="cpu"><strong>vCPUs</strong> go from <span id="cpu-current"></span> vCPUs → <strong><span id="cpu-new"></span> vCPUs</strong></li>
 | |
| 									<li id="gpu"><strong>GPUs</strong> go from <span id="gpu-current"></span> GPUs → <strong><span id="gpu-new"></span> GPUs</strong></li>
 | |
| 									<li id="mbit"><strong>Outbound Mbits</strong> goes from <span id="mbit-current"></span> Mbits → <strong><span id="mbit-new"></span> Mbits</strong></li>
 | |
| 									<li id="xfer"><strong>Outbound transfer</strong> goes from <span id="xfer-current"></span> MB → <strong><span id="xfer-new"></span> MB</strong></li>
 | |
| 								</ul>
 | |
| 								<span id="resize"><input disabled id="resize-box" type="checkbox" /><label for="resize-box">Automatically resize disk "<span id="disk-name"></span>"</label></span><br />
 | |
| 								<button disabled id="upgrade-button" type="button">Enter the Upgrade Queue NOW</button>
 | |
| 							</td>
 | |
| 							<td>
 | |
| 								<h2>How it works</h2>
 | |
| 								<ol>
 | |
| 									<li><strong>Click button</strong></li>
 | |
| 									<li><strong>Wait turn in upgrade queue</strong></li>
 | |
| 									<li>
 | |
| 										<strong>Linode is shut down and its disk images are migrated</strong><br />
 | |
| 										You will experience downtime while your Linode is migrated. It will take around <span id="eta"></span> to migrate your Linode, but that may vary based on host and network load.
 | |
| 									</li>
 | |
| 									<li><strong>Linode upgraded and booted</strong><span id="tiny"> (if it was running)</span></li>
 | |
| 									<li>
 | |
| 										<strong>Enjoyment</strong><br />
 | |
| 										After the migration completes, you can take advantage of the new resources by resizing your disk images.
 | |
| 									</li>
 | |
| 								</ol>
 | |
| 							</td>
 | |
| 						</tr>
 | |
| 					</tbody>
 | |
| 				</table>
 | |
| 			</div>
 | |
| 		</div>
 | |
| 	</body>
 | |
| </html>
 |