From 87eda2ae16839bf875d78f5be0b72fdc1a11d55b Mon Sep 17 00:00:00 2001 From: Marc Villain Date: Wed, 17 Feb 2021 19:20:14 +0100 Subject: [PATCH] add more details about the project visibility setting --- src/views/Settings.vue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/views/Settings.vue b/src/views/Settings.vue index bbb0e8b4..0828f5af 100644 --- a/src/views/Settings.vue +++ b/src/views/Settings.vue @@ -36,8 +36,20 @@ name="visibility" :options="{ public: 'Public', private: 'Private', internal: 'Internal'}"/> - - Provides the repository visibility level. + +

+ Public + - If Enabled, visible by anyone. +

+

+ Private + - If Enabled, visible by anyone with access. +

+

+ Internal + - If Enabled, visible by any authenticated user. +

+