Skip to content

Commit

Permalink
styles fix for import button
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Apr 14, 2016
1 parent 4daa3f8 commit e0a2872
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -111,7 +111,7 @@ public void onClick(AjaxRequestTarget target) {
};
add(newObjectIcon);

AjaxIconButton importObject = new AjaxIconButton(ID_IMPORT_OBJECT, new Model<>("fa fa-download"),
AjaxIconButton importObject = new AjaxIconButton(ID_IMPORT_OBJECT, new Model<>("fa fa-upload"),
mainObjectListPanel.createStringResource("MainObjectListPanel.import")) {

@Override
Expand Down

0 comments on commit e0a2872

Please sign in to comment.