Update server listing and associated logic to pull from the panel dynamiacally
This commit is contained in:
parent
952dff854e
commit
fb9c106448
26 changed files with 384 additions and 239 deletions
|
@ -91,7 +91,7 @@ class Console extends React.PureComponent<Readonly<Props>> {
|
|||
render () {
|
||||
return (
|
||||
<div className={'text-xs font-mono relative'}>
|
||||
<SpinnerOverlay visible={!this.props.connected} large={true}/>
|
||||
<SpinnerOverlay visible={!this.props.connected} size={'large'}/>
|
||||
<div
|
||||
className={'rounded-t p-2 bg-black overflow-scroll w-full'}
|
||||
style={{
|
||||
|
|
Reference in a new issue