Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Oct 21, 2023
1 parent 89367cf commit 9871652
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions src/runtimePipelineYazzUiTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -2472,7 +2472,7 @@ Pushlist
<select class='col-md-7 small'
style='border:0px;font-family:verdana,helvetica;font-size: 13px;'
v-model='new_property_type'>
v-model='new_async'>
<option v-bind:selected='new_async=="true"' value="True">True</option>
<option v-bind:selected='new_async=="false"' value="False">False</option>
Expand All @@ -2486,7 +2486,7 @@ Pushlist
</div>
<input style='font-family:verdana,helvetica;font-size: 13px;'
class='col-md-7 small'
placeholder='pre_snippet'
v-bind:placeholder='((new_async=="true")?"await ":"")'
v-model='new_pre_snippet'>
</input>
</div>
Expand All @@ -2497,7 +2497,7 @@ Pushlist
</div>
<input style='font-family:verdana,helvetica;font-size: 13px;'
class='col-md-7 small'
placeholder='snippet'
placeholder='doAction(...)'
v-model='new_snippet'>
</input>
</div>
Expand All @@ -2506,11 +2506,13 @@ Pushlist
class='col-md-4'>
Help
</div>
<input style='font-family:verdana,helvetica;font-size: 13px;'
class='col-md-7 small'
placeholder='pre_help'
<textarea style='font-family:verdana,helvetica;font-size: 13px;'
class='col-md-5 small'
rows=10
placeholder='doAction(...) does something'
v-model='new_help'>
</input>
</textarea>
</div>
Expand Down

0 comments on commit 9871652

Please sign in to comment.