Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-11-19 11:31:46 +0300
committerJulius Härtl <jus@bitgrid.net>2019-11-27 00:00:03 +0300
commitce6aed8667eb7c828a72246ee930324cae61084b (patch)
tree0db488942218de48103cb340e83da81ba75326c3 /apps/workflowengine/src
parent77cb7bfb9b3cbbdef92ee32fbd5a6518f5129888 (diff)
Add hint about developer docs
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/workflowengine/src')
-rw-r--r--apps/workflowengine/src/components/Workflow.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/workflowengine/src/components/Workflow.vue b/apps/workflowengine/src/components/Workflow.vue
index 5979dfd5caf..fa352ced9fa 100644
--- a/apps/workflowengine/src/components/Workflow.vue
+++ b/apps/workflowengine/src/components/Workflow.vue
@@ -3,6 +3,10 @@
<div class="section">
<h2>{{ t('workflowengine', 'Available actions') }}</h2>
+ <p v-if="scope === 0" class="settings-hint">
+ <a href="https://nextcloud.com/developer/">{{ t('workflowengine', 'For details on how to write your own actions, checkout the development documentation') }}</a>
+ </p>
+
<transition-group name="slide" tag="div" class="actions">
<Operation v-for="operation in getMainOperations"
:key="operation.id"