fix: ui issues
This commit is contained in:
@@ -8,17 +8,6 @@ import { BenchmarkStatusValueMap } from '../config';
|
||||
import { BenchmarkListItem as ListItem } from '../config/types';
|
||||
|
||||
const actionList = [
|
||||
{
|
||||
key: 'edit',
|
||||
label: 'common.button.edit',
|
||||
icon: icons.EditOutlined
|
||||
},
|
||||
{
|
||||
label: 'common.button.stop',
|
||||
key: 'stop',
|
||||
icon: icons.Stop,
|
||||
status: [BenchmarkStatusValueMap.QUEUED, BenchmarkStatusValueMap.Running]
|
||||
},
|
||||
{
|
||||
label: 'common.button.viewlog',
|
||||
key: 'viewlog',
|
||||
@@ -30,9 +19,20 @@ const actionList = [
|
||||
],
|
||||
icon: <IconFont type="icon-logs" />
|
||||
},
|
||||
{
|
||||
key: 'edit',
|
||||
label: 'common.button.edit',
|
||||
icon: icons.EditOutlined
|
||||
},
|
||||
{
|
||||
label: 'common.button.stop',
|
||||
key: 'stop',
|
||||
icon: icons.Stop,
|
||||
status: [BenchmarkStatusValueMap.QUEUED, BenchmarkStatusValueMap.Running]
|
||||
},
|
||||
{
|
||||
key: 'export',
|
||||
label: 'common.button.export',
|
||||
label: 'benchmark.table.export.results',
|
||||
icon: (
|
||||
<IconFont type="icon-export" style={{ lineHeight: 1, fontSize: 16 }} />
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user