Making EntityPage better match the existing plugin-azure-devops README documentation
Signed-off-by: mo <mcassidy@hchb.com>
This commit is contained in:
@@ -282,14 +282,6 @@ const errorsContent = (
|
||||
</EntitySwitch>
|
||||
);
|
||||
|
||||
const gitTagsContent = (
|
||||
<EntitySwitch>
|
||||
<EntitySwitch.Case if={isAzureDevOpsAvailable}>
|
||||
<EntityAzureGitTagsContent defaultLimit={25} />
|
||||
</EntitySwitch.Case>
|
||||
</EntitySwitch>
|
||||
);
|
||||
|
||||
const pullRequestsContent = (
|
||||
<EntitySwitch>
|
||||
<EntitySwitch.Case if={isAzureDevOpsAvailable}>
|
||||
@@ -492,7 +484,7 @@ const websiteEntityPage = (
|
||||
path="/git-tags"
|
||||
title="Git Tags"
|
||||
>
|
||||
{gitTagsContent}
|
||||
<EntityAzureGitTagsContent />
|
||||
</EntityLayout.Route>
|
||||
|
||||
<EntityLayout.Route path="/pull-requests" title="Pull Requests">
|
||||
|
||||
Reference in New Issue
Block a user