mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
Add version to available plugins, too
This commit is contained in:
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
### Added
|
### Added
|
||||||
- Display plugin version for installed plugins ([#1089](https://github.com/scm-manager/scm-manager/pull/1089)
|
- Display version for plugins ([#1089](https://github.com/scm-manager/scm-manager/pull/1089)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Simplified collapse state management of the secondary navigation ([#1086](https://github.com/scm-manager/scm-manager/pull/1086)
|
- Simplified collapse state management of the secondary navigation ([#1086](https://github.com/scm-manager/scm-manager/pull/1086)
|
||||||
|
|||||||
@@ -88,10 +88,7 @@ class PluginEntry extends React.Component<Props, State> {
|
|||||||
};
|
};
|
||||||
|
|
||||||
createFooterLeft = (plugin: Plugin) => {
|
createFooterLeft = (plugin: Plugin) => {
|
||||||
if (!this.isInstallable()) {
|
|
||||||
return <small>{plugin.version}</small>;
|
return <small>{plugin.version}</small>;
|
||||||
}
|
|
||||||
return null;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
createFooterRight = (plugin: Plugin) => {
|
createFooterRight = (plugin: Plugin) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user