mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
rename extensionPoints
This commit is contained in:
@@ -125,7 +125,7 @@ class FileTree extends React.Component<Props> {
|
||||
<th className="is-hidden-mobile">
|
||||
{t("sources.file-tree.description")}
|
||||
</th>
|
||||
{binder.hasExtension("sourceView.right") && (
|
||||
{binder.hasExtension("repos.sources.tree.row.right") && (
|
||||
<th className="is-hidden-mobile" />
|
||||
)}
|
||||
</tr>
|
||||
|
||||
@@ -92,11 +92,11 @@ class FileTreeLeaf extends React.Component<Props> {
|
||||
>
|
||||
{file.description}
|
||||
</td>
|
||||
{binder.hasExtension("sourceView.right") && (
|
||||
{binder.hasExtension("repos.sources.tree.row.right") && (
|
||||
<td>
|
||||
{!file.directory && (
|
||||
<ExtensionPoint
|
||||
name="sourceView.right"
|
||||
name="repos.sources.tree.row.right"
|
||||
props={{ file }}
|
||||
renderAll={true}
|
||||
/>
|
||||
|
||||
@@ -100,7 +100,7 @@ class Content extends React.Component<Props, State> {
|
||||
<div className={classes.marginInHeader}>{selector}</div>
|
||||
<ButtonGroup>
|
||||
<ExtensionPoint
|
||||
name="fileView.actionbar.right"
|
||||
name="repos.sources.content.actionbar"
|
||||
props={{ file }}
|
||||
renderAll={true}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user