mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 02:19:25 +00:00
Updated Secrets image filter docs (#4028)
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
This commit is contained in:
@@ -422,9 +422,9 @@
|
||||
"deleted": "Secret deleted",
|
||||
"created": "Secret created",
|
||||
"saved": "Secret saved",
|
||||
"images": {
|
||||
"images": "Available for the following images",
|
||||
"desc": "List of images where this secret is available, leave empty to allow for all images."
|
||||
"plugins": {
|
||||
"images": "Available only for the following plugins",
|
||||
"desc": "List of plugins images where this secret is available, leave empty to allow for all plugins and general steps."
|
||||
},
|
||||
"events": {
|
||||
"events": "Available at the following events",
|
||||
|
@@ -21,8 +21,8 @@
|
||||
/>
|
||||
</InputField>
|
||||
|
||||
<InputField v-slot="{ id }" :label="$t('secrets.images.images')">
|
||||
<span class="ml-1 mb-2 text-wp-text-alt-100">{{ $t('secrets.images.desc') }}</span>
|
||||
<InputField v-slot="{ id }" :label="$t('secrets.plugins.images')">
|
||||
<span class="ml-1 mb-2 text-wp-text-alt-100">{{ $t('secrets.plugins.desc') }}</span>
|
||||
|
||||
<div class="flex flex-col gap-2">
|
||||
<div v-for="image in innerValue.images" :key="image" class="flex gap-2">
|
||||
|
Reference in New Issue
Block a user