Skip to content

Commit 2888066

Browse files
fjlRjected
authored andcommitted
cmd/hiveview: fixing more stuff in the UI (ethereum#702)
* cmd/hiveview: fix some more CSS issues in viewer * cmd/hiveview: fix crash in viewer JS for big files * cmd/hiveview: fix margin * cmd/hiveview: fix row highlight * cmd/hiveview: prevent wrap of status * cmd/hiveview: enlarge suite name column * cmd/hiveview: prevent JSON-RPC error message highlight * cmd/hiveview: render hidden columns in test details
1 parent 881ea44 commit 2888066

File tree

5 files changed

+243
-208
lines changed

5 files changed

+243
-208
lines changed

cmd/hiveview/assets/lib/app-index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function showFileListing(data, error) {
100100
{
101101
title: "Suite",
102102
data: "name",
103-
width: "10em",
103+
width: "14em",
104104
},
105105
{
106106
title: "Clients",

0 commit comments

Comments
 (0)