mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Update server listing and associated logic to pull from the panel dynamiacally
This commit is contained in:
@@ -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 New Issue
Block a user