mirror of
https://github.com/google/nomulus
synced 2026-09-03 22:57:09 +00:00
Add settings to console home page, update settings->security styles (#2144)
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user