summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/templates
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-08-02 09:56:19 +0200
committerJoas Schilling <coding@schilljs.com>2016-08-02 10:50:21 +0200
commit62d009ad09fd6cdc80cc6b4dded42a8826b7a459 (patch)
treec4925bae61ed472db7a81f05a23e7b154db6aede /apps/workflowengine/templates
parent7c1560d7870aafcdc8a93c5e12af4360a1ad6b71 (diff)
downloadnextcloud-server-62d009ad09fd6cdc80cc6b4dded42a8826b7a459.tar.gz
nextcloud-server-62d009ad09fd6cdc80cc6b4dded42a8826b7a459.zip
Allow to define the operation
Diffstat (limited to 'apps/workflowengine/templates')
-rw-r--r--apps/workflowengine/templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/workflowengine/templates/admin.php b/apps/workflowengine/templates/admin.php
index 4eabf783bba..935e8c70f17 100644
--- a/apps/workflowengine/templates/admin.php
+++ b/apps/workflowengine/templates/admin.php
@@ -36,7 +36,7 @@
{{#if operation.id}}
<span class="button-delete pull-right icon-delete"></span>
{{/if}}
- <span class="pull-right info">{{operation.class}} - ID: {{operation.id}} - operation: {{operation.operation}}</span>
+ <input type="text" class="pull-right operation-operation" value="{{operation.operation}}">
<div class="checks">
{{#each operation.checks}}