File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ import { isGitlabAvailable, EntityGitlabContent } from '@loblaw/backstage-plugin
4545
4646// Farther down at the serviceEntityPage declaration
4747const serviceEntityPage = (
48- <EntityLayout >
48+ <EntityLayout >
4949 { /* Place the following section where you want the tab to appear */ }
5050 <EntityLayout.Route if = { isGitlabAvailable } path = " /gitlab" title = " Gitlab" >
5151 <EntityGitlabContent />
5252 </EntityLayout.Route >
53- </EntityLayout >
54- );
53+ </EntityLayout >
54+ );
5555```
56563 . Add the Gitlab cards to the Overview tab on the entity page(Optional).
5757
@@ -69,8 +69,8 @@ import {
6969} from ' @loblaw/backstage-plugin-gitlab' ;
7070
7171// Farther down at the overviewContent declaration
72- // Depends on user's need the individual card can be added or removed from the Grid item .
73- const overviewContent = (
72+ // You can add only selected widgets or all of them .
73+ const overviewContent = (
7474 <Grid container spacing = { 3 } alignItems = " stretch" >
7575 <EntitySwitch >
7676 <EntitySwitch.Case if = { isGitlabAvailable } >
You can’t perform that action at this time.
0 commit comments