Merge pull request #7266 from Carreau/shutdown-orange

make shutdown yellow/orange
This commit is contained in:
Matthias Bussonnier 2014-12-22 18:12:29 +01:00
commit 06d4d1505a
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,