unmounted.adp
Delivered as text/html
Related Files
- packages/acs-subsite/www/admin/site-map/unmounted.tcl
- packages/acs-subsite/www/admin/site-map/unmounted.adp
[ hide source ] | [ make this the default ]
File Contents
<master>
<property name="doc(title)">@page_title;literal@</property>
<property name="context">@context;literal@</property>
The following application packages are not mounted anywhere. You can delete an unmounted package by clicking the "delete" option.
<ul>
<if @packages_normal:rowcount;literal@ ne 0>
<multiple name="packages_normal">
<li>@packages_normal.name@ (@packages_normal.package_key@): [<a href="@packages_normal.instance_delete_url@" id="@packages_normal.delete_id;literal@">delete</a>]</li>
</multiple>
</if>
<else>
<li>There are no unmounted packages</li>
</else>
</ul>
The following services are singleton packages and are usually not meant to be mounted anywhere. Be careful not to delete a service that is in use as this can potentially break the system.
<ul>
<if @packages_singleton:rowcount;literal@ ne 0>
<multiple name="packages_singleton">
<li>@packages_singleton.name@ (@packages_singleton.package_key@): [<a href="@packages_singleton.instance_delete_url@" id="@packages_singleton.delete_id;literal@">delete</a>]</li>
</multiple>
</if>
<else>
<li>There are no unmounted singleton packages</li>
</else>
</ul>