mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Merge pull request #7456 from minrk/change-not-dead
Don't show kernel-dead on manually shutdown kernel
This commit is contained in:
commit
0009fcc22b
@ -148,8 +148,8 @@ define([
|
||||
|
||||
this.events.on('kernel_killed.Kernel kernel_killed.Session', function () {
|
||||
that.save_widget.update_document_title();
|
||||
knw.danger("Dead kernel");
|
||||
$kernel_ind_icon.attr('class','kernel_dead_icon').attr('title','Kernel Dead');
|
||||
knw.warning("No kernel");
|
||||
$kernel_ind_icon.attr('class','kernel_busy_icon').attr('title','Kernel is not running');
|
||||
});
|
||||
|
||||
this.events.on('kernel_dead.Kernel', function () {
|
||||
|
Loading…
Reference in New Issue
Block a user