Skip to content

Commit

Permalink
show service template ID in the ISV catalog view. (eclipse-xpanse#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice1319 authored Jun 6, 2024
1 parent 2df9f6f commit 00cceed
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ function ServiceDetail({ serviceDetails }: { serviceDetails: ServiceTemplateDeta
<Descriptions.Item label='Service' labelStyle={{ width: '230px' }}>
<ShowIcon serviceDetails={serviceDetails} />
</Descriptions.Item>
<Descriptions.Item label='ServiceTemplateId' labelStyle={{ width: '230px' }}>
{serviceDetails.id}
</Descriptions.Item>
<Descriptions.Item label='Description' labelStyle={{ width: '230px' }}>
{serviceDetails.description}
</Descriptions.Item>
Expand Down

0 comments on commit 00cceed

Please sign in to comment.