Skip to content

[Feature Request] Hidden services/widgets #2597

Closed Locked Answered by nicjay
smavridis asked this question in Feature Requests
Discussion options

You must be logged in to vote

I'm currently using custom CSS to achieve this.

Give the services an id:

- Sonarr:
    id: hide_me
    widget:
      type: sonarr
        ...
- Radarr:
    id: hide_me_too
    widget:
      type: radarr
        ...

Update custom.css referencing the ids. display: none is an easy approach.

#hide_me, #hide_me_too {
  display: none;
}

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@smavridis
Comment options

Answer selected by smavridis
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
4 participants