Updated button layout in dead kernel dialog

pull/744/head
Safia Abdalla 10 years ago
parent de68f23215
commit 69d19985a9

@ -178,13 +178,13 @@ define([
keyboard_manager: that.keyboard_manager,
notebook: that.notebook,
buttons : {
"Don't restart": {},
"Try restarting now": {
class: "btn-danger",
click: function () {
that.notebook.start_session();
}
},
"Don't restart": {}
}
}
});

Loading…
Cancel
Save