Skip to content

Commit

Permalink
Merge pull request #1228 from dduportal/fix/missing-system-info
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe authored Sep 30, 2022
2 parents 7284709 + 3e174a8 commit e44878b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ THE SOFTWARE.
<l:task icon="icon-clipboard icon-md" href="${rootURL}/${it.url}log" title="${%Log}" permission="${app.ADMINISTER}"/>
<l:task icon="icon-computer icon-md" href="${rootURL}/${it.url}podLog" title="${%Pod Log}" permission="${app.ADMINISTER}"/>
<l:task icon="icon-computer icon-md" href="${rootURL}/${it.url}events" title="${%Events}" permission="${app.ADMINISTER}"/>
<j:if test="${it.channel!=null}">
<l:task icon="icon-computer icon-md" href="${rootURL}/${it.url}systemInfo" title="${%System Information}" permission="${app.ADMINISTER}"/>
</j:if>
</j:jelly>

0 comments on commit e44878b

Please sign in to comment.