Skip to content

Commit

Permalink
UI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pbochynski committed Nov 16, 2023
1 parent f23606f commit 0030e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ function moduleCard(m) {
let version = m.version.split(':')[m.version.split(':').length-1]
let html = `<h5>${m.name} ${moduleBadge(m)}</h5>
<small>
status: ${availableBadge(m)} ${resourcesBadge(m)}<br/>
deployment: ${resourcesBadge(m)} ${availableBadge(m)} <br/>
<a href="${m.cr.path}" class="text-decoration-none" target="_blank">configuration CR</a> ${crBadge(m)}<br/>
version: ${version} ${versionBadge(m)}<br/>
<a href="${m.documentation}" class="text-decoration-none" target="_blank">docs <i class="bi bi-box-arrow-up-right"></i></a>
Expand Down

0 comments on commit 0030e0e

Please sign in to comment.