Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bokkypoobah committed Dec 17, 2023
1 parent c526689 commit fd20aec
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -432,9 +432,8 @@ <h4>Welcome</h4>
{{ data.item.blockNumber }}
</b-link>
<font size="-1">
<b-badge pill variant="transparent" v-b-popover.hover="'Transaction Index'">{{ data.item.txIndex }}</b-badge>
.
<b-badge pill variant="transparent" v-b-popover.hover="'Log Index'">{{ data.item.logIndex }}</b-badge>
<b-badge pill variant="transparent" v-b-popover.hover="'Transaction Index'" class="px-0">{{ data.item.txIndex }}</b-badge>
<b-badge pill variant="transparent" v-b-popover.hover="'Log Index'" class="px-0">{{ data.item.logIndex }}</b-badge>
</font>
</font>
</template>
Expand Down Expand Up @@ -648,7 +647,7 @@ <h4>Welcome</h4>

eventsFields: [
{ key: 'number', label: '#', sortable: false, thStyle: 'width: 5%;', tdClass: 'text-truncate' },
{ key: 'timestamp', label: 'When', sortable: false, thStyle: 'width: 15%;', tdClass: 'text-truncate' },
{ key: 'timestamp', label: 'When', sortable: false, thStyle: 'width: 10%;', tdClass: 'text-truncate' },
{ key: 'owner', label: 'Owner', sortable: false, thStyle: 'width: 15%;', thClass: 'text-left', tdClass: 'text-left' },
{ key: 'type', label: 'Type', sortable: false, thStyle: 'width: 5%;', thClass: 'text-left', tdClass: 'text-left' },
{ key: 'contract', label: 'Contract', sortable: false, thStyle: 'width: 15%;', thClass: 'text-left', tdClass: 'text-left' },
Expand Down

0 comments on commit fd20aec

Please sign in to comment.