com.github.dynamicextensionsalfresco.controlpanel.Bundles.index.get.html.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of control-panel Show documentation
Show all versions of control-panel Show documentation
Adds an OSGi container to alfresco repository supporting dynamic code reloading, classpath isolation and a bunch of other useful features
<#import "templates/html-macros.inc.ftl" as html>
<@html.document title="Bundles - Dynamic Extensions" active="bundles">
<#if installedBundle??>
<@html.alert type="success">
Installed bundle ${installedBundle.name} ${installedBundle.version}.
@html.alert>
#if>
Extension bundles
<@html.bundleTable bundles = extensionBundles />
Framework bundles
<@html.bundleTable bundles = frameworkBundles />
<#if configuration.hotDeployEnabled>
Repository bundles
<#else>
Managing OSGi bundles after startup is disabled. Change osgi.container.control-panel.bundle-install
to enable.
#if>
@html.document>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy