mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
fix(ui): use lightning bolt for execute button in flow run modal (#13762)
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import ContentCopy from "vue-material-design-icons/ContentCopy.vue";
|
import ContentCopy from "vue-material-design-icons/ContentCopy.vue";
|
||||||
import Flash from "vue-material-design-icons/Flash.vue";
|
import LightningBolt from "vue-material-design-icons/LightningBolt.vue";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@@ -111,7 +111,7 @@
|
|||||||
replaySubmit: {type: Function, default: null},
|
replaySubmit: {type: Function, default: null},
|
||||||
selectedTrigger: {type: Object, default: undefined},
|
selectedTrigger: {type: Object, default: undefined},
|
||||||
buttonText: {type: String, default: "launch execution"},
|
buttonText: {type: String, default: "launch execution"},
|
||||||
buttonIcon: {type: [Object, Function], default: () => Flash},
|
buttonIcon: {type: [Object, Function], default: () => LightningBolt},
|
||||||
buttonTestId: {type: String, default: "execute-dialog-button"},
|
buttonTestId: {type: String, default: "execute-dialog-button"},
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
|
|||||||
Reference in New Issue
Block a user