mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
add rest api updateAllPlugins
This commit is contained in:
@@ -155,13 +155,14 @@ class MultiPluginActionModal extends React.Component<Props, State> {
|
||||
};
|
||||
|
||||
renderUpdatable = () => {
|
||||
const { installedPlugins } = this.props;
|
||||
const {installedPlugins, t} = this.props;
|
||||
return (
|
||||
<>
|
||||
{installedPlugins &&
|
||||
installedPlugins._embedded &&
|
||||
installedPlugins._embedded.plugins && (
|
||||
<>
|
||||
<strong>{t("plugins.modal.updateQueue")}</strong>
|
||||
<ul>
|
||||
{installedPlugins._embedded.plugins
|
||||
.filter(plugin => plugin._links && plugin._links.update)
|
||||
|
||||
Reference in New Issue
Block a user