From b9b55b413ccb846dc4f229cec5feecae084a64a3 Mon Sep 17 00:00:00 2001
From: Augustin Mauroy
Date: Fri, 7 Feb 2025 16:14:52 +0100
Subject: [PATCH 1/2] add scope naming policy link
---
frontend/islands/new.tsx | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/frontend/islands/new.tsx b/frontend/islands/new.tsx
index f957abc45..90e344d7d 100644
--- a/frontend/islands/new.tsx
+++ b/frontend/islands/new.tsx
@@ -103,6 +103,12 @@ export function ScopeSelect(
View quotas or{" "}
manage your scopes.
+
+ Before creating a new scope, please read the{" "}
+
+ scope naming policy
+ .
+
>
);
}
From 7bd875bd6b4c84382f986f169c52ec4a044231f6 Mon Sep 17 00:00:00 2001
From: Augustin Mauroy
Date: Fri, 7 Feb 2025 16:20:00 +0100
Subject: [PATCH 2/2] add little bit space
---
frontend/islands/new.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/frontend/islands/new.tsx b/frontend/islands/new.tsx
index 90e344d7d..173c85ee8 100644
--- a/frontend/islands/new.tsx
+++ b/frontend/islands/new.tsx
@@ -87,7 +87,7 @@ export function ScopeSelect(
locked={locked}
/>
{!locked && (
-
+
or{" "}
-
+
Before creating a new scope, please read the{" "}
scope naming policy