Merge "Update image create/edit form"

This commit is contained in:
Zuul 2025-05-07 00:33:26 +00:00 committed by Gerrit Code Review
commit b8b21100bd
4 changed files with 11 additions and 17 deletions

View File

@ -10,17 +10,17 @@
<dt translate>Format</dt>
<dd translate>Select the format of the disk from the drop down menu.</dd>
<dt translate>Kernel</dt>
<dd translate>Select the kernel to run from the drop down menu.</dd>
<dd translate>The name of image stored in the Image service that should be used as the kernel when booting an AMI-style image.</dd>
<dt translate>Ramdisk</dt>
<dd translate>Select the Ramdisk from the drop down menu.</dd>
<dd translate>The name of image stored in the Image service that should be used as the ramdisk when booting an AMI-style image.</dd>
<dt translate>Architecture</dt>
<dd translate>The architecture of the image.</dd>
<dd translate>The CPU architecture that must be supported by the hypervisor. For example, x86_64, arm, or ppc64.</dd>
<dt translate>Minimum Disk</dt>
<dd translate>Amount of disk space in GB that is required to boot the image.</dd>
<dt translate>Minimum RAM</dt>
<dd translate>Amount of RAM in MB that is required to boot the image.</dd>
<dt translate>Visibility</dt>
<dt translate>Image Visibility</dt>
<dd translate>The access permission for the image.</dd>
<dt translate>Protected</dt>
<dt translate>Protected Image</dt>
<dd translate>If set to 'Yes' then the image cannot be deleted.</dd>
</dl>

View File

@ -4,12 +4,6 @@
<div class="content">
<div class="subtitle">
<translate>
Specify an image to upload to the Image Service.
</translate>
</div>
<div class="selected-source">
<div class="row form-group">
<div class="col-xs-6 col-sm-6">
@ -230,7 +224,7 @@
<div class="col-xs-6 col-sm-6">
<div class="form-group">
<label class="control-label required">
<translate>Visibility</translate>
<translate>Image Visibility</translate>
</label>
<div class="form-field">
<div class="btn-group" name="visibility">
@ -245,7 +239,7 @@
<div class="col-xs-6 col-sm-6">
<div class="form-group">
<label class="control-label required">
<translate>Protected</translate>
<translate>Protected Image</translate>
</label>
<div class="form-field">
<div class="btn-group" name="protected">

View File

@ -9,8 +9,8 @@
<dd translate>Amount of disk space in GB that is required to boot the image.</dd>
<dt translate>Minimum RAM</dt>
<dd translate>Amount of RAM in MB that is required to boot the image.</dd>
<dt translate>Visibility</dt>
<dt translate>Image Visibility</dt>
<dd translate>The access permission for the image.</dd>
<dt translate>Protected</dt>
<dt translate>Protected Image</dt>
<dd translate>If set to 'Yes' then the image cannot be deleted.</dd>
</dl>

View File

@ -124,7 +124,7 @@
<div class="row">
<div class="col-xs-6 col-sm-6">
<div class="form-group">
<label class="control-label required" translate>Visibility</label>
<label class="control-label required" translate>Image Visibility</label>
<div class="form-field">
<div class="btn-group" name="visibility">
<label class="btn btn-default"
@ -137,7 +137,7 @@
</div>
<div class="col-xs-6 col-sm-6">
<div class="form-group">
<label class="control-label required" translate>Protected</label>
<label class="control-label required" translate>Protected Image</label>
<div class="form-field">
<div class="btn-group" name="protected">
<label class="btn btn-default"