mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
Reworked AddAppShelfItem
Adds: - Advanced Options tab - Changed which ping status codes identify as "Online" - Change if service opens in new tab or not Fixes: - Deluge and Transmission Password requirement
This commit is contained in:
@@ -32,6 +32,8 @@ export default function AppShelfMenu(props: any) {
|
||||
username={service.username}
|
||||
password={service.password}
|
||||
openedUrl={service.openedUrl}
|
||||
status={service.status}
|
||||
target={service.target}
|
||||
message="Save service"
|
||||
/>
|
||||
</Modal>
|
||||
|
||||
Reference in New Issue
Block a user