##// END OF EJS Templates
make shutdown yellow/orange
Bussonnier Matthias -
Show More
@@ -313,7 +313,7 b' define(['
313
313
314 NotebookList.prototype.add_shutdown_button = function (item, session) {
314 NotebookList.prototype.add_shutdown_button = function (item, session) {
315 var that = this;
315 var that = this;
316 var shutdown_button = $("<button/>").text("Shutdown").addClass("btn btn-xs btn-danger").
316 var shutdown_button = $("<button/>").text("Shutdown").addClass("btn btn-xs btn-warning").
317 click(function (e) {
317 click(function (e) {
318 var settings = {
318 var settings = {
319 processData : false,
319 processData : false,
@@ -100,7 +100,7 b' define(['
100
100
101 TerminalList.prototype.add_shutdown_button = function(name, item) {
101 TerminalList.prototype.add_shutdown_button = function(name, item) {
102 var that = this;
102 var that = this;
103 var shutdown_button = $("<button/>").text("Shutdown").addClass("btn btn-xs btn-danger").
103 var shutdown_button = $("<button/>").text("Shutdown").addClass("btn btn-xs btn-warning").
104 click(function (e) {
104 click(function (e) {
105 var settings = {
105 var settings = {
106 processData : false,
106 processData : false,
General Comments 0
You need to be logged in to leave comments. Login now