@if (data.result.data.isContainer) { {{ t('Containerized installation') }}
{{ t('Your installation of {0} is running in a container based environment like Docker.', {systemname: data.result.data.systemname}) }} {{ t('Therefore all available module are installed by default.') }}
} @if (!data.result.data.isContainer) { } @if (data && !data.result.data.isContainer) { }
{{ t('Packagemanager') }}
@if (!newVersionAvailable) {

🥳 {{ t('Your system is on the latest version!') }}

@if (data.result.data.changelog.length > 0) { {{ data.OPENITCOCKPIT_VERSION }} }
Logo
{{ t('Changelog') }}
} @if (newVersionAvailable && data.result.data.changelog.length > 0) {

🎉 {{ t('New version available!') }}

{{ data.result.data.changelog[0].Changelog.version }}
{{ t('Please update your {0} installation to the latest version to get new features and latest security fixes.', {systemname: data.result.data.systemname}) }} {{ t('How to Update') }} {{ t('Changelog') }}
} @if (data.result) { @for (module of data.result.data.modules; track module) {

{{ module.Module.name }}

@if (module.Module.enterprise) { {{ t('Enterprise') }} } {{ module.Module.author }}
{{ module.Module.description }}
{{ module.Module.license }}
@if (module.Module.tags) {
@for (tag of splitV3Tags(module.Module.tags); track tag) { {{ tag }} }
}
@if (module.Module.license_included) {
@if (data.installedModules[module.Module.apt_name]) { } @if (!data.installedModules[module.Module.apt_name]) { }
} @if (!module.Module.license_included) { }
} }
{{ t('Changelog') }}
{{ t('Blog') }}

{{ t('News about IT monitoring from the experts behind openITCOCKPIT ') }}

{{ t('Visit our blog for more details:') }} https://openitcockpit.io/blog/

@if (data.result && data.result.data.changelog.length > 0) {

{{ t('Latest version') }} {{ data.result.data.changelog[0].Changelog.version }}

    @for (record of data.result.data.changelog; track record) {
  • {{ record.Changelog.version }}

  • }
}
{{ t('Install packages') }}
{{ t('To install the selected packages, please execute the following command on your {0} system.', {systemname: data.result.data.systemname}) }} @if (data.result.data.isDebianBased) { } @if (data.result.data.isRhelBased) { } {{ t('To install two or more packages at once, close this window and select the next module you like to install. All selected modules will be added to the installation command.') }}