Skip to content

Commit

Permalink
Add guardrail script field for parameter update
Browse files Browse the repository at this point in the history
  • Loading branch information
reeshavacharya committed Sep 3, 2024
1 parent 060171b commit 38b9513
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gov-action-loader/frontend/src/views/SpecificLoad.vue
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,12 @@ import config from '../config'
type="number"></v-text-field>
<v-text-field class="protocolField" label="DRep Activity" v-model="DRepActivity" variant="outlined"
type="number"></v-text-field>
<v-tooltip text="Required" location="top">
<template v-slot:activator="{ props }">
<span class="text-h6 mb-2">Guardrail Script</span>
</template>
</v-tooltip>
<v-text-field label="CBOR Hex" v-model="guardrailScript" variant="outlined"></v-text-field>
</div>

<!-- Submit button -->
Expand Down

0 comments on commit 38b9513

Please sign in to comment.