mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Adding btn-danger to Shutdown button.
This commit is contained in:
parent
58a3daba5c
commit
2df5c0b7d1
@ -281,7 +281,7 @@ var IPython = (function (IPython) {
|
||||
|
||||
NotebookList.prototype.add_shutdown_button = function (item, session) {
|
||||
var that = this;
|
||||
var shutdown_button = $("<button/>").text("Shutdown").addClass("btn btn-mini").
|
||||
var shutdown_button = $("<button/>").text("Shutdown").addClass("btn btn-mini btn-danger").
|
||||
click(function (e) {
|
||||
var settings = {
|
||||
processData : false,
|
||||
|
Loading…
Reference in New Issue
Block a user