From 0950972b2ad240bd330fc3741babb7c3f82a8338 Mon Sep 17 00:00:00 2001 From: Robert Sun <107655677+rsun19@users.noreply.github.com> Date: Wed, 29 May 2024 15:24:36 -0400 Subject: [PATCH] edited manifest to remove dot --- frontend/src/__mocks__/mockQuickStarts.ts | 2 +- manifests/apps/jupyter/deploy-python-model-quickstart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/__mocks__/mockQuickStarts.ts b/frontend/src/__mocks__/mockQuickStarts.ts index b447e103d0..e70399f695 100644 --- a/frontend/src/__mocks__/mockQuickStarts.ts +++ b/frontend/src/__mocks__/mockQuickStarts.ts @@ -87,7 +87,7 @@ export const mockQuickStarts = (): OdhQuickStart[] => [ appName: 'jupyter', conclusion: 'You are now able to deploy a sample model stored in GitHub.', description: 'How to deploy a Python model using Flask and OpenShift.', - displayName: 'Deploying a sample Python application using Flask and OpenShift.', + displayName: 'Deploying a sample Python application using Flask and OpenShift', durationMinutes: 10, icon: 'images/jupyterhub.svg', introduction: diff --git a/manifests/apps/jupyter/deploy-python-model-quickstart.yaml b/manifests/apps/jupyter/deploy-python-model-quickstart.yaml index 6e4872de7f..43b88e0e7b 100644 --- a/manifests/apps/jupyter/deploy-python-model-quickstart.yaml +++ b/manifests/apps/jupyter/deploy-python-model-quickstart.yaml @@ -5,7 +5,7 @@ metadata: annotations: opendatahub.io/categories: 'Model serving,Getting started' spec: - displayName: Deploying a sample Python application using Flask and OpenShift. + displayName: Deploying a sample Python application using Flask and OpenShift appName: jupyter durationMinutes: 10 icon: 'images/jupyter.svg'