mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-16 21:33:44 +02:00
Add basic listing of server schedules
This commit is contained in:
@@ -135,7 +135,7 @@ export default ({ databaseId, className, onDelete }: Props) => {
|
||||
</Modal>
|
||||
<div className={classNames('grey-row-box no-hover', className)}>
|
||||
<div className={'icon'}>
|
||||
<FontAwesomeIcon icon={faDatabase}/>
|
||||
<FontAwesomeIcon icon={faDatabase} fixedWidth={true}/>
|
||||
</div>
|
||||
<div className={'flex-1 ml-4'}>
|
||||
<p className={'text-lg'}>{database.name}</p>
|
||||
|
||||
Reference in New Issue
Block a user