Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-jh committed Dec 10, 2024
1 parent 48f04f6 commit 8183fe9
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions src/main/java/io/ivyteam/devops/repo/ReposView.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,22 +99,7 @@ public ReposView(RepoRepository repos, PullRequestRepository prs, BranchReposito
}
return layout;
}).setWidth("75px");
/*
* grid
* .addComponentColumn(repo -> {
* var icon = createIcon(VaadinIcon.SHIELD);
* icon.setTooltipText(
* "Dependabot Alerts Enabled: Get notified when one of your dependencies has a vulnerability"
* );
* if (repo.isVulnAlertOn()) {
* return icon;
* }
* return null;
* })
* .setHeader("Alerts enabled")
* .setWidth("150px")
* .setSortable(true);
*/

grid.addComponentColumn(repo -> {
var layout = new HorizontalLayout();
try {
Expand Down

0 comments on commit 8183fe9

Please sign in to comment.