ID | Description | Owner |
Owner:
{{ ami.ownerId }}
Description:
{{ ami.description }}
Location:
{{ ami.location }}
ID:
{{ ami.id }}
Name:
{% if ami.displayName %}{{ ami.displayName }}{%else%}{{ ami.id }}{% endif %}
Type:
{{ ami.type }}
Architecture:
{{ ami.architecture }}
{% if ami.is_public %}
[x] close
{% if user.username == ami.ownerId %}
{% endif %}
Public Image
{% else %}
Private Image
{% endif %}
Launch
{% if user.username == ami.ownerId %}
Edit Image
{% endif %}
|
{% else %}
|
---|---|---|---|---|
{% if image.displayName %}{{ image.displayName }}{%else%}{{ image.id }}{% endif %} | {% if image.description %} {{ image.description }} {% else %} {{ image.location }} {% endif %} | {{ image.ownerId }} | Launch | {#Launch | #}