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