Add settings to console home page, update settings->security styles (#2144)

This commit is contained in:
Pavlo Tkach
2023-09-14 12:37:54 -04:00
committed by GitHub
parent 6c18ea9cff
commit 5eb44c165c
14 changed files with 156 additions and 77 deletions
@@ -93,7 +93,7 @@ public class RegistrarsAction implements JsonGetAction {
return;
}
ImmutableList<Registrar> registrars =
Streams.stream(Registrar.loadAllCached())
Streams.stream(Registrar.loadAll())
.filter(r -> r.getType() == Registrar.Type.REAL)
.collect(ImmutableList.toImmutableList());