mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 13:06:09 +03:00
Merge pull request #4163 from jfranklin9000/release/next-userspace
dbug: make eyre Channels header match the table
This commit is contained in:
commit
744cce098f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
10920
pkg/interface/dbug/package-lock.json
generated
10920
pkg/interface/dbug/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -121,7 +121,7 @@ export class Eyre extends Component {
|
||||
</>);
|
||||
const subscriptionItems = c.subscriptions.map(s => {
|
||||
//NOTE jsx sorta copied from /components/subscriptions
|
||||
return {key: `${s.id} ${s.app} ${s.ship} ${s.path}`, jsx: (
|
||||
return {key: `${s.id} ${s.ship} ${s.app} ${s.path}`, jsx: (
|
||||
<div class="flex">
|
||||
<div class="flex-auto" style={{maxWidth: '15%'}}>
|
||||
{s.id}
|
||||
@ -144,7 +144,7 @@ export class Eyre extends Component {
|
||||
return {key: c.session, jsx: (
|
||||
<Summary summary={summary} details={(
|
||||
<SearchableList
|
||||
placeholder="id, app, ship, path"
|
||||
placeholder="id, ship, app, path"
|
||||
items={subscriptionItems}
|
||||
/>
|
||||
)} />
|
||||
|
Loading…
Reference in New Issue
Block a user