mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 23:45:48 +01:00
Add default status check
This commit is contained in:
@@ -170,8 +170,8 @@ export default function ContainerActionBar({ selected, reload }: ContainerAction
|
||||
iconUrl: '/imgs/logo/logo.png', // TODO: find icon automatically
|
||||
},
|
||||
network: {
|
||||
enabledStatusChecker: false,
|
||||
okStatus: [],
|
||||
enabledStatusChecker: true,
|
||||
okStatus: [200],
|
||||
},
|
||||
behaviour: {
|
||||
isOpeningNewTab: true,
|
||||
|
||||
Reference in New Issue
Block a user