Implement image uploads
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user