diff --git a/IPython/html/static/tree/js/clusterlist.js b/IPython/html/static/tree/js/clusterlist.js index d162681..83930c9 100644 --- a/IPython/html/static/tree/js/clusterlist.js +++ b/IPython/html/static/tree/js/clusterlist.js @@ -92,16 +92,16 @@ define([ ClusterItem.prototype.state_stopped = function () { var that = this; - var profile_col = $('
').addClass('profile_col col-md-4').text(this.data.profile); - var status_col = $('
').addClass('status_col col-md-3').text('stopped'); - var engines_col = $('
').addClass('engine_col col-md-3'); + var profile_col = $('
').addClass('profile_col col-xs-4').text(this.data.profile); + var status_col = $('
').addClass('status_col col-xs-3').text('stopped'); + var engines_col = $('
').addClass('engine_col col-xs-3'); var input = $('').attr('type','number') .attr('min',1) .attr('size',3) .addClass('engine_num_input form-control'); engines_col.append(input); var start_button = $(' @@ -64,10 +64,10 @@ data-notebook-path="{{notebook_path}}"
-
+
Currently running IPython notebooks
-
+
@@ -84,10 +84,10 @@ data-notebook-path="{{notebook_path}}"
-
+
IPython parallel computing clusters
-
+
@@ -96,10 +96,10 @@ data-notebook-path="{{notebook_path}}"
-
profile
-
status
-
# of engines
-
action
+
profile
+
status
+
# of engines
+
action