U web fix exec console header

pull/22/head
雷二猛 2019-11-26 22:25:22 +08:00
parent ca50c05a42
commit cd3918c958
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class ExecConsole extends React.Component {
{Object.entries(store.outputs).map(([key, item], index) => (
<Collapse.Panel
key={index}
header={<b>{item['title']}{key}</b>}
header={<b>{item['title']}</b>}
extra={this.genExtra(key)}>
<pre className={styles.console}>
<pre style={{color: '#91d5ff'}}>{item['system']}</pre>