Skip to content

Commit 3c83c85

Browse files
committed
Switch to fa-repeat and remove restart button
1 parent b2fe5a4 commit 3c83c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/static/notebook/js/actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ define([
117117
}
118118
},
119119
'confirm-restart-kernel-and-run-all-cells': {
120-
icon: 'fa-recycle',
120+
icon: 'fa-forward',
121121
cmd: i18n.msg._('confirm restart kernel and run all cells'),
122122
help: i18n.msg._('restart the kernel, then re-run the whole notebook (with dialog)'),
123123
handler: function (env) {

0 commit comments

Comments
 (0)