Implement image uploads

This commit is contained in:
2021-05-26 19:44:30 -04:00
parent 1b0727722f
commit 6476f7543d
7 changed files with 285 additions and 3 deletions

View File

@ -32,6 +32,7 @@ along with Linode Manager Classic. If not, see <https://www.gnu.org/licenses/>.
<thead>
<tr>
<td>Image</td>
<td>Status</td>
<td>Size</td>
<td>Type</td>
<td>Created</td>
@ -41,10 +42,11 @@ along with Linode Manager Classic. If not, see <https://www.gnu.org/licenses/>.
</thead>
<tbody id="image-body">
<tr class="lmc-tr1">
<td id="loading" colspan="6">Loading...</td>
<td id="loading" colspan="7">Loading...</td>
</tr>
</tbody>
</table>
<p class="sub-links"><a href="/images/upload">Upload a Custom Image</a></p>
</div>
</div>
</body>