Skip to content

Commit

Permalink
Switch to fa-repeat and remove restart button
Browse files Browse the repository at this point in the history
  • Loading branch information
betatim committed Jan 6, 2018
1 parent b2fe5a4 commit 3c83c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook/static/notebook/js/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ define([
}
},
'confirm-restart-kernel-and-run-all-cells': {
icon: 'fa-recycle',
icon: 'fa-forward',
cmd: i18n.msg._('confirm restart kernel and run all cells'),
help: i18n.msg._('restart the kernel, then re-run the whole notebook (with dialog)'),
handler: function (env) {
Expand Down

0 comments on commit 3c83c85

Please sign in to comment.