mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 08:57:17 +00:00
Signed-off-by: Elton de Boer <elton@playgroundtech.io>
This commit is contained in:
parent
1bd0d48c82
commit
3ce32a9880
2 changed files with 2 additions and 1 deletions
1
USERS.md
1
USERS.md
|
|
@ -298,6 +298,7 @@ Currently, the following organizations are **officially** using Argo CD:
|
|||
1. [Pismo](https://pismo.io/)
|
||||
1. [PITS Globale Datenrettungsdienste](https://www.pitsdatenrettung.de/)
|
||||
1. [Platform9 Systems](https://platform9.com/)
|
||||
1. [Playground Tech](https://playgroundgroup.io)
|
||||
1. [Polarpoint.io](https://polarpoint.io)
|
||||
1. [Pollinate](https://www.pollinate.global)
|
||||
1. [PostFinance](https://github.com/postfinance)
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@ const DEFAULT_PREFERENCES: ViewPreferences = {
|
|||
hideBannerContent: '',
|
||||
hideSidebar: false,
|
||||
position: '',
|
||||
theme: 'light'
|
||||
theme: 'auto'
|
||||
};
|
||||
|
||||
export class ViewPreferencesService {
|
||||
|
|
|
|||
Loading…
Reference in a new issue