mirror of https://github.com/openspug/spug
U web fix exec console header
parent
ca50c05a42
commit
cd3918c958
|
@ -77,7 +77,7 @@ class ExecConsole extends React.Component {
|
||||||
{Object.entries(store.outputs).map(([key, item], index) => (
|
{Object.entries(store.outputs).map(([key, item], index) => (
|
||||||
<Collapse.Panel
|
<Collapse.Panel
|
||||||
key={index}
|
key={index}
|
||||||
header={<b>{item['title']}{key}</b>}
|
header={<b>{item['title']}</b>}
|
||||||
extra={this.genExtra(key)}>
|
extra={this.genExtra(key)}>
|
||||||
<pre className={styles.console}>
|
<pre className={styles.console}>
|
||||||
<pre style={{color: '#91d5ff'}}>{item['system']}</pre>
|
<pre style={{color: '#91d5ff'}}>{item['system']}</pre>
|
||||||
|
|
Loading…
Reference in New Issue