git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/tags/3.7.0.2_original@1 eb19766c-00d9-a042-a3a0-45cb8ec72764
11 lines
444 B
Plaintext
11 lines
444 B
Plaintext
<h1>{i18n}External Resource Dependency Status{/i18n}</h1>
|
|
<P>
|
|
{i18n}The following resources are used by KnowledgeTree and are impacting on the normal operations of the system:{/i18n}
|
|
<table width="100%">
|
|
<tr><th width="150">{i18n}Resource{/i18n}</th><th>{i18n}Status{/i18n}</th></tr>
|
|
{foreach from=$resources item=resource}
|
|
<tr><td valign=top><I>{$resource.name}</td><td>{$resource.status}</td>
|
|
<tr ><td colspan=2><hr></tr>
|
|
{/foreach}
|
|
</table>
|