Skip to content

Commit

Permalink
Update Catalog tab of Publish VM dialog
Browse files Browse the repository at this point in the history
Several changes were made to the Catalog tab of the publish-vm dialog.
The purpose of those changes is to describe the creation of the template
as the main goal of this dialog.

Fixes bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1518081
https://bugzilla.redhat.com/show_bug.cgi?id=1518077
  • Loading branch information
masayag committed Dec 5, 2017
1 parent d66dbcc commit ccae292
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@
:method: :allowed_number_of_vms
:description: Count
:required: false
:display: :edit
:display: :hide
:default: 1
:data_type: :integer
:vm_description:
:description: VM Description
:description: Template Description
:required: false
:display: :edit
:data_type: :string
Expand Down Expand Up @@ -223,7 +223,7 @@
:data_type: :boolean
:seal_template:
:description: Seal Template
:notes: (Applicable for non-Windows OS only)
:notes: (Linux only)
:validation_method: :validate_seal_template
:values:
false: 0
Expand All @@ -233,7 +233,7 @@
:default: false
:data_type: :boolean
:vm_name:
:description: VM Name
:description: Template Name
:required_method: :validate_vm_name
:required: true
:notes:
Expand Down

0 comments on commit ccae292

Please sign in to comment.