Custom images are out of beta
This commit is contained in:
parent
ef82debb25
commit
2311f43537
@ -28,7 +28,7 @@ along with Linode Manager Classic. If not, see <https://www.gnu.org/licenses/>.
|
|||||||
<div id="main-content" class="wrapper">
|
<div id="main-content" class="wrapper">
|
||||||
<div id="top-links"><a href="/linodes">Linodes</a> » <a href="/images">Images</a> » <span class="top-links-title">Upload</span></div>
|
<div id="top-links"><a href="/linodes">Linodes</a> » <a href="/images">Images</a> » <span class="top-links-title">Upload</span></div>
|
||||||
<div id="upload">
|
<div id="upload">
|
||||||
<p class="warning">Image uploading is currently in beta and is subject to the terms of the <a target="_blank" href="https://www.linode.com/legal-eatp/">Early Adopter Testing Agreement</a>.</p>
|
<p class="warning">Beginning September 1, 2021 Custom Images will be billed at $0.10/GB per month based on the uncompressed image size.</p>
|
||||||
<table class="lmc-table">
|
<table class="lmc-table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -86,7 +86,7 @@ import { settings, elements, regionNames, apiGet, apiPost, objPut, parseParams,
|
|||||||
if (ui.description.value.length)
|
if (ui.description.value.length)
|
||||||
req.description = ui.description.value;
|
req.description = ui.description.value;
|
||||||
|
|
||||||
apiPost("beta/images/upload", req, displayUpload);
|
apiPost("/images/upload", req, displayUpload);
|
||||||
};
|
};
|
||||||
|
|
||||||
// Click handler for upload button
|
// Click handler for upload button
|
||||||
|
Loading…
Reference in New Issue
Block a user