make shutdown yellow/orange

pull/37/head
Bussonnier Matthias 12 years ago
parent 196478b765
commit bb61df5c35

@ -313,7 +313,7 @@ define([
NotebookList.prototype.add_shutdown_button = function (item, session) {
var that = this;
var shutdown_button = $("<button/>").text("Shutdown").addClass("btn btn-xs btn-danger").
var shutdown_button = $("<button/>").text("Shutdown").addClass("btn btn-xs btn-warning").
click(function (e) {
var settings = {
processData : false,

@ -100,7 +100,7 @@ define([
TerminalList.prototype.add_shutdown_button = function(name, item) {
var that = this;
var shutdown_button = $("<button/>").text("Shutdown").addClass("btn btn-xs btn-danger").
var shutdown_button = $("<button/>").text("Shutdown").addClass("btn btn-xs btn-warning").
click(function (e) {
var settings = {
processData : false,

Loading…
Cancel
Save