make shutdown yellow/orange

This commit is contained in:
Bussonnier Matthias 2014-12-18 20:07:01 +01:00
parent 196478b765
commit bb61df5c35
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,