Skip to content

Commit 9dd82de

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

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

notebook/static/notebook/js/actions.js

+1-1
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-repeat',
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) {

notebook/static/notebook/js/maintoolbar.js

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ define([
5353
[ [new toolbar.Button('jupyter-notebook:run-cell-and-select-next',
5454
{label: i18n.msg._('Run')}),
5555
'jupyter-notebook:interrupt-kernel',
56-
'jupyter-notebook:confirm-restart-kernel',
5756
'jupyter-notebook:confirm-restart-kernel-and-run-all-cells'
5857
],
5958
'run_int'],

0 commit comments

Comments
 (0)