NIHVIVO-336 Add the alert icon to the site admin page, if there were warnings at startup.
This commit is contained in:
parent
06ef9f8127
commit
c6f8a50de6
2 changed files with 16 additions and 9 deletions
|
@ -24,7 +24,12 @@
|
|||
</#if>
|
||||
|
||||
<#if siteConfig.startupStatus?has_content>
|
||||
<li><a href="${siteConfig.startupStatus}">Startup Status</a></li>
|
||||
<li>
|
||||
<a href="${siteConfig.startupStatus}">Startup Status</a>
|
||||
<#if siteConfig.startupStatusAlert>
|
||||
<img src="${urls.images}/iconAlert.png" width="24" height="24" alert="Error alert icon" />
|
||||
</#if>
|
||||
</li>
|
||||
</#if>
|
||||
</ul>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue