Skip to content

Commit

Permalink
Action module wizard: Update texts to mention scenes and scripts (#1994)
Browse files Browse the repository at this point in the history
Closes #1921.
Depends on openhab/openhab-core#3733.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 authored Aug 19, 2023
1 parent 6648511 commit 55b825c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<f7-col class="elevation-2 elevation-hover-6 elevation-pressed-1 triggertype-big-button" width="50">
<f7-link class="display-flex flex-direction-column no-ripple" no-ripple @click="chooseScriptCategory">
<f7-icon size="35" f7="doc_plaintext" class="margin" />
Run<br>Script
Inline<br>Script
</f7-link>
</f7-col>
</f7-row>
<f7-row class="margin-bottom">
<f7-col class="elevation-2 elevation-hover-6 elevation-pressed-1 triggertype-big-button" width="50">
<f7-link class="display-flex flex-direction-column no-ripple" no-ripple @click="chooseRulesCategory">
<f7-icon size="35" f7="wand_stars" class="margin" />
Other<br>Rules
Scenes, Scripts<br>& Rules
</f7-link>
</f7-col>
<f7-col class="elevation-2 elevation-hover-6 elevation-pressed-1 triggertype-big-button" width="50">
Expand Down Expand Up @@ -111,8 +111,8 @@
</f7-block>
<f7-block class="no-margin no-padding" v-else-if="category === 'rules'">
<f7-list>
<f7-list-item radio :checked="rulesEventType === 'run'" name="rulesEventType" title="run these rule(s)" @click="updateRulesEventType('run')" />
<f7-list-item radio :checked="rulesEventType === 'enable'" name="rulesEventType" title="enable or disable these rule(s)" @click="updateRulesEventType('enable')" />
<f7-list-item radio :checked="rulesEventType === 'run'" name="rulesEventType" title="run" @click="updateRulesEventType('run')" />
<f7-list-item radio :checked="rulesEventType === 'enable'" name="rulesEventType" title="enable or disable" @click="updateRulesEventType('enable')" />
</f7-list>
<config-sheet v-if="currentModuleType" :key="currentModule.id"
:parameterGroups="[]"
Expand Down

0 comments on commit 55b825c

Please sign in to comment.