Skip to content

Commit

Permalink
ObscuroScan: small UI tweaks (#1630)
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel authored Oct 31, 2023
1 parent f6ac73a commit 97ed3c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@row-click="toggleWindow"
style="cursor: pointer"
>
<el-table-column prop="sequencerOrderNo" label="Height" width="180"/>
<el-table-column prop="number" label="Height" width="180"/>
<el-table-column prop="hash" label="Hash" width="250">
<template #default="scope">
<ShortenedHash :hash="scope.row.hash" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<el-card class="fill-width">
<el-header>Recent transactions</el-header>
<el-table height="60vh" :data="publicTransactionsData">
<el-table-column prop="BatchHeight" label="Batch Height" width="180" />
<el-table-column prop="Finality" label="Finality" width="180" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<img class="icon" src="@/assets/imgs/icon_nodes.png"/>
Nodes
</p>
<p v-loading=true element-loading-background="#F4F6FF">loading...</p>
<div>Coming soon</div>
</el-card>
</el-col>

Expand Down

0 comments on commit 97ed3c3

Please sign in to comment.