You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/webview/welcome/app/welcomePage.tsx
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -372,22 +372,22 @@ export class Welcome extends React.Component<DefaultProps, {
372
372
</div>
373
373
<sectionclassName='sticky-section-content'>
374
374
<divclassName='sticky-section-exten'>
375
-
<pclassName='section__header-hint sticky-section-hint'>Allows developers to easily <pclassName='highlight'>create, deploy and live debug</p> container applications running on OpenShift & Kubernetes. Thus enhancing the development inner loop workflow through One-click actions right from IDE.</p>
375
+
<pclassName='section__header-hint sticky-section-hint'>Allows developers to easily <b>create, deploy and live debug</b> container applications running on OpenShift & Kubernetes. Thus enhancing the development inner loop workflow through One-click actions right from IDE.</p>
376
376
</div>
377
377
<divclassName='sticky-section-exten'>
378
-
<pclassName='section__header-hint sticky-section-hint'>Allows developers to <pclassName='highlight'>Push code fast and often.</p> Spend less time maintaining your deployment infrastructure and more time coding. Immediately have your application running each time you compile.</p>
378
+
<pclassName='section__header-hint sticky-section-hint'>Allows developers to <b>Push code fast and often.</b> Spend less time maintaining your deployment infrastructure and more time coding. Immediately have your application running each time you compile.</p>
379
379
</div>
380
380
<divclassName='sticky-section-exten'>
381
-
<pclassName='section__header-hint sticky-section-hint'>Allows support for importing devfile templates to set up specific applications quickly. This helps to deploy them all, big and small. Deploy a simple Node.JS application or even a complex Operator-backed service.</p>
381
+
<pclassName='section__header-hint sticky-section-hint'><b>Import your code from git</b> and deploy on OpenShift using recommended devfile.</p>
382
382
</div>
383
383
<divclassName='sticky-section-exten'>
384
-
<pclassName='section__header-hint sticky-section-hint'>Allows to Run your tests directly on the cluster. Debug and test remote applications deployed directly from your IDE to OpenShift. No more having to exit your IDE to push your application.</p>
384
+
<pclassName='section__header-hint sticky-section-hint'>Allows to browse the catalog and discover <b>Helm Charts</b> and install them on the connected cluster.</p>
385
385
</div>
386
386
<divclassName='sticky-section-exten'>
387
-
<pclassName='section__header-hint sticky-section-hint'>Allows to connect & <pclassName='highlight'>provision free OpenShift cluster</p> from IDE, using a guided workflow. This workflow allows you to either Run OpenShift locally or provision a free 30 days Developer Sandbox.</p>
387
+
<pclassName='section__header-hint sticky-section-hint'>Allows to connect & <b>provision free OpenShift cluster</b> from IDE, using a guided workflow. This workflow allows you to either Run OpenShift locally or provision a free 30 days Developer Sandbox.</p>
388
388
</div>
389
389
<divclassName='sticky-section-exten'>
390
-
<pclassName='section__header-hint sticky-section-hint'>Allows Monitoring through view and stream logs from your deployments, pods and containers for Kubernetes resources, with One Click from IDE.
390
+
<pclassName='section__header-hint sticky-section-hint'>Allows Monitoring through <b>view and stream logs</b> from your deployments, pods and containers for Kubernetes resources, with One Click from IDE.
0 commit comments