We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfac0f7 commit 04f871bCopy full SHA for 04f871b
projects/jfkvm/src/service/ConfigService.java
@@ -773,7 +773,7 @@ private PopupPanel snapshots_PopupPanel(UI ui) {
773
tools.add(refresh);
774
Button create = new Button(new Icon("add"), "Create");
775
tools.add(create);
776
- Button delete = new Button(new Icon("delete"), "Delete");
+ Button delete = new Button(new Icon("remove"), "Delete");
777
tools.add(delete);
778
Button restore = new Button(new Icon("restore"), "Restore");
779
tools.add(restore);
0 commit comments