Custom images are out of beta

This commit is contained in:
L. Bradley LaBoon 2021-06-22 17:36:47 -04:00
parent ef82debb25
commit 2311f43537
2 changed files with 2 additions and 2 deletions

View File

@ -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="top-links"><a href="/linodes">Linodes</a> » <a href="/images">Images</a> » <span class="top-links-title">Upload</span></div>
<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">
<thead>
<tr>

View File

@ -86,7 +86,7 @@ import { settings, elements, regionNames, apiGet, apiPost, objPut, parseParams,
if (ui.description.value.length)
req.description = ui.description.value;
apiPost("beta/images/upload", req, displayUpload);
apiPost("/images/upload", req, displayUpload);
};
// Click handler for upload button