File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " integreatly-web-app" ,
3- "version" : " 2.20.6 " ,
3+ "version" : " 2.20.7 " ,
44 "private" : true ,
55 "proxy" : " http://localhost:5001/" ,
66 "dependencies" : {
Original file line number Diff line number Diff line change @@ -78,17 +78,19 @@ class LandingPage extends React.Component {
7878 < PageSection variant = { PageSectionVariants . light } className = "pf-u-py-0 pf-u-pl-lg pf-u-pr-0" >
7979 < h1 className = "pf-c-title pf-m-4xl pf-c-landing__heading" > Welcome to the Solution Explorer</ h1 >
8080 < p className = "pf-c-landing__content" >
81- Quickly access consoles for all your Red Hat managed and self-managed services, and learn how to easily
82- implement enterprise integrations with Solution Pattern examples.
81+ Quickly access consoles for all your Red Hat managed services, and learn how to easily implement
82+ integrations with Solution Pattern examples.
8383 </ p >
8484 < Tabs activeKey = { this . state . activeTabKey } onSelect = { this . handleTabClick } >
8585 < Tab
86+ id = "servicesTab"
8687 eventKey = { 0 }
8788 title = "All services"
8889 tabContentId = "servicesTabSection"
8990 tabContentRef = { this . contentRef1 }
9091 />
9192 < Tab
93+ id = "solutionPatternsTab"
9294 eventKey = { 1 }
9395 title = "All Solution Patterns"
9496 tabContentId = "solutionPatternsTabSection"
You can’t perform that action at this time.
0 commit comments