mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
Add version to available plugins, too
This commit is contained in:
@@ -88,10 +88,7 @@ class PluginEntry extends React.Component<Props, State> {
|
||||
};
|
||||
|
||||
createFooterLeft = (plugin: Plugin) => {
|
||||
if (!this.isInstallable()) {
|
||||
return <small>{plugin.version}</small>;
|
||||
}
|
||||
return null;
|
||||
};
|
||||
|
||||
createFooterRight = (plugin: Plugin) => {
|
||||
|
||||
Reference in New Issue
Block a user