Signed-off-by: Julius Härtl <jus@bitgrid.net>
@input="updateOperation" />
</Operation>
<div class="buttons">
- <button class="status-button icon"
+ <button class="status-button icon"
:class="ruleStatus.class"
@click="saveRule">
{{ ruleStatus.title }}
{{ t('workflowengine', 'Delete') }}
</button>
</div>
- <p v-if="error" class="error-message">{{ error }}</p>
+ <p v-if="error" class="error-message">
+ {{ error }}
+ </p>
</div>
</div>
</template>
events,
name: '', // unused in the new ui, there for legacy reasons
checks: [
- { class: null, operator: null, value: '' }
+ { class: null, operator: null, value: '' },
],
operation: rule.operation || '',
})
background-size: 50px 50px;
background-position: center center;
margin-top: 10px;
- margin-bottom: 20px;
+ margin-bottom: 10px;
background-repeat: no-repeat;
}
.actions__item__description {