Making style of run all confirm buttons consistent.

This commit is contained in:
Brian E. Granger 2015-10-28 15:58:01 -04:00
parent 4578c34b0f
commit 4f3f74ffe8

View File

@ -1908,7 +1908,7 @@ define(function (require) {
),
buttons : {
"Restart" : {
"class" : "btn-warning",
"class" : "btn-danger",
"click" : function () {},
},
}