-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Conversation
className: 'tableHead leftTitle', | ||
data: 'string', | ||
onColumnClick: this.onColumnClick, | ||
onRender: (item: any): React.ReactNode => <div className='succeed-padding'>{item.id}</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest to make "ID" and "Status" (when running) clickable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
discuss with xingyu, and now ID
column is clickable.
const webuiPortal = `${protocol}//${hostname}:${port}/oview`; | ||
return ( | ||
<div className='succeed-padding ellipsis'> | ||
<a href={webuiPortal} className='link' target='_blank' rel='noopener noreferrer'> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The style should not be "blue with underline". It looks like 20th century......
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
by design, i will discuss with Xingyu
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now, when cursor hover on the trial id, font change blue with underline
</Stack> | ||
<DetailsList | ||
columns={this.columns} | ||
items={source} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this supposed to be auto-refreshing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in this version, it has not auto-refresh
related issue #2779 #3100 #3055
### now, experiment still click
Name
column to other webui, also with<a>
style.