@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!') }}
{{ 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) {
@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.') }}