mirror of
https://github.com/hoppscotch/hoppscotch
synced 2024-11-21 14:38:47 +00:00
🐛 Removed history index
This commit is contained in:
parent
7c677f0fa1
commit
29f3ac9645
@ -107,9 +107,9 @@
|
||||
<fieldset class="history hidden">
|
||||
<legend v-on:click="collapse">History ↕</legend>
|
||||
<div class="collapsible">
|
||||
<ul v-for="(entry, index) in history">
|
||||
<ul v-for="entry in history">
|
||||
<li>
|
||||
<label for="time">Entry {{index + 1}}</label>
|
||||
<label for="time">Time</label>
|
||||
<input name="time" type="text" readonly :value="entry.time">
|
||||
</li>
|
||||
<li>
|
||||
|
Loading…
Reference in New Issue
Block a user