Skip to content

Commit

Permalink
update service template id. (eclipse-xpanse#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice1319 authored Jun 6, 2024
1 parent 00cceed commit 48345a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function ServiceDetail({ serviceDetails }: { serviceDetails: ServiceTemplateDeta
<ShowIcon serviceDetails={serviceDetails} />
</Descriptions.Item>
<Descriptions.Item label='ServiceTemplateId' labelStyle={{ width: '230px' }}>
{serviceDetails.id}
{serviceDetails.serviceTemplateId}
</Descriptions.Item>
<Descriptions.Item label='Description' labelStyle={{ width: '230px' }}>
{serviceDetails.description}
Expand Down

0 comments on commit 48345a3

Please sign in to comment.