mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
🔧 Tweak UI and change the name of the settings
This commit is contained in:
@@ -22,18 +22,7 @@ export default function AppShelfMenu(props: any) {
|
||||
>
|
||||
<AddAppShelfItemForm
|
||||
setOpened={setOpened}
|
||||
name={service.name}
|
||||
id={service.id}
|
||||
category={service.category}
|
||||
type={service.type}
|
||||
url={service.url}
|
||||
icon={service.icon}
|
||||
apiKey={service.apiKey}
|
||||
username={service.username}
|
||||
password={service.password}
|
||||
openedUrl={service.openedUrl}
|
||||
status={service.status}
|
||||
target={service.target}
|
||||
{...service}
|
||||
message="Save service"
|
||||
/>
|
||||
</Modal>
|
||||
|
||||
Reference in New Issue
Block a user