Skip to content

Commit

Permalink
Update Raw data header
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejkorsan committed Jan 23, 2024
1 parent 2d54d85 commit 86b8dfd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ruby_event_store-browser/elm/src/Page/ShowEvent.elm
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,7 @@ showEvent baseUrl event maybeCausedEvents =
, div [ class "text-sm font-medium font-mono"] [ text event.eventId ]
]
, section [ class "space-y-4" ]
[ h2 [ class "border-gray-400 border-b text-gray-500 uppercase font-bold text-xs pb-2" ]
[ button [ class "flex justify-between w-full" ] [ span [] [ text "Raw Data" ], span [ class "text-gray-500" ] [ text "copy" ] ] ]
[ h2 [ class "border-gray-400 border-b text-gray-500 uppercase font-bold text-xs pb-2" ] [ text "Raw Data" ]
, div [ class "overflow-auto w-full" ] [ showJsonTree event.rawData event.dataTreeState (\s -> ChangeOpenedEventDataTreeState s) ]
]
, section [ class "space-y-4" ]
Expand Down

0 comments on commit 86b8dfd

Please sign in to comment.