Skip to content

Commit

Permalink
Merge pull request CESNET#3148 from zlamalp/publications
Browse files Browse the repository at this point in the history
GUI: Allow only new thanks in publications
  • Loading branch information
zlamalp authored Apr 6, 2021
2 parents 5baa0ef + b4562bd commit edd5059
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public Widget draw() {
// CALLBACK
final GetOwners owners = new GetOwners();
// FIXME - maybe make it configurable in a future
List<String> names = Arrays.asList("MetaCentrum", "CERIT-SC", "ELIXIR");
List<String> names = Arrays.asList("e-INFRA CZ LM2018140", "ELIXIR CZ LM2018131", "CESNET LM2015042 (MetaCentrum)", "CERIT-SC LM2015085");
owners.setFilterByNames(names);

// MENU
Expand Down

0 comments on commit edd5059

Please sign in to comment.