Skip to content

Commit

Permalink
Added the Quarkus Version on the DevUI Info card.
Browse files Browse the repository at this point in the history
  • Loading branch information
amusarra committed Dec 14, 2024
1 parent 16c8d92 commit e27aaee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ export class QwcInfo extends LitElement {
return html`<qui-card header="Build">
<div class="cardContent" slot="content">
<table class="table">
<tr><td class="row-header">Quarkus</td><td>${build.quarkusVersion}</td></tr>
<tr><td class="row-header">App Name</td><td>${unsafeHTML(build.name)}</td></tr>
<tr><td class="row-header">Group</td><td>${build.group}</td></tr>
<tr><td class="row-header">Artifact</td><td>${build.artifact}</td></tr>
Expand Down

0 comments on commit e27aaee

Please sign in to comment.