FIX: `custom-html` tag had broken information
This commit is contained in:
parent
c302ffe08f
commit
16b236899c
|
@ -1,7 +1,10 @@
|
||||||
<div class="dashboard-stats version-check {{if versionCheck.critical_updates 'critical' 'normal'}}">
|
<div class="dashboard-stats version-check {{if versionCheck.critical_updates 'critical' 'normal'}}">
|
||||||
|
<table class="table table-condensed table-hover">
|
||||||
|
{{custom-html name="upgrade-header" versionCheck=versionCheck tagName="thead"}}
|
||||||
|
</table>
|
||||||
|
|
||||||
<table class="table table-condensed table-hover">
|
<table class="table table-condensed table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
{{custom-html name="upgrade-header"}}
|
|
||||||
<tr>
|
<tr>
|
||||||
<th> </th>
|
<th> </th>
|
||||||
<th>{{i18n 'admin.dashboard.installed_version'}}</th>
|
<th>{{i18n 'admin.dashboard.installed_version'}}</th>
|
||||||
|
|
Loading…
Reference in New Issue