Basic RemoteStorage settings

This commit is contained in:
2023-03-22 00:51:33 +01:00
parent 4b17afa93d
commit 20c014607c
4 changed files with 35 additions and 0 deletions

View File

@@ -47,3 +47,10 @@
icon: Setting.nostr_enabled? ? "check" : "x",
active: current_page?(admin_settings_services_path(params: { s: "nostr" })),
) %>
<%= render SidenavLinkComponent.new(
level: 2,
name: "RemoteStorage",
path: admin_settings_services_path(params: { s: "remotestorage" }),
icon: Setting.remotestorage_enabled? ? "check" : "x",
active: current_page?(admin_settings_services_path(params: { s: "remotestorage" })),
) %>