From b1a09d4649c1b9faf8c421c7cf678a61790593c2 Mon Sep 17 00:00:00 2001 From: Sensational Code Date: Thu, 25 Apr 2024 06:09:02 -0700 Subject: [PATCH 01/31] Add more margin utility classes --- src/ui/ManagementPortal/app.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/ui/ManagementPortal/app.vue b/src/ui/ManagementPortal/app.vue index cf3ee987a1..7a497a6828 100644 --- a/src/ui/ManagementPortal/app.vue +++ b/src/ui/ManagementPortal/app.vue @@ -107,6 +107,14 @@ main { margin-bottom: 8px !important; } +.mb-3 { + margin-bottom: 12px !important; +} + +.mb-4 { + margin-bottom: 16px !important; +} + .w-100 { width: 100%; } From 65d763cb24d274af7ecdc3ca1136cac4bb68555a Mon Sep 17 00:00:00 2001 From: Sensational Code Date: Thu, 25 Apr 2024 06:09:29 -0700 Subject: [PATCH 02/31] Rough models and endpoints list and create pages --- .../ManagementPortal/components/Sidebar.vue | 4 +- .../pages/models-and-endpoints/create.vue | 419 ++++++++++++++++++ .../pages/models-and-endpoints/index.vue | 210 +++++++++ 3 files changed, 632 insertions(+), 1 deletion(-) create mode 100644 src/ui/ManagementPortal/pages/models-and-endpoints/create.vue create mode 100644 src/ui/ManagementPortal/pages/models-and-endpoints/index.vue diff --git a/src/ui/ManagementPortal/components/Sidebar.vue b/src/ui/ManagementPortal/components/Sidebar.vue index ff0c190624..f4a3ef5317 100644 --- a/src/ui/ManagementPortal/components/Sidebar.vue +++ b/src/ui/ManagementPortal/components/Sidebar.vue @@ -43,7 +43,9 @@ LLM's - + + Language Models & Endpoints + - +

Do you want to delete the model/endpoint "{{ itemToDelete.name }}" ?