Show More
@@ -31,7 +31,7 data-notebook-path="{{notebook_path}}" | |||
|
31 | 31 | <div class="tab-content"> |
|
32 | 32 | <div id="notebooks" class="tab-pane active"> |
|
33 | 33 | <div id="notebook_toolbar" class="row"> |
|
34 |
<div class=" |
|
|
34 | <div class="col-md-8"> | |
|
35 | 35 | <form id='alternate_upload' class='alternate_upload' > |
|
36 | 36 | <span id="notebook_list_info" style="position:absolute" > |
|
37 | 37 | To import a notebook, drag the file onto the listing below or <strong>click here</strong>. |
@@ -39,7 +39,7 data-notebook-path="{{notebook_path}}" | |||
|
39 | 39 | <input type="file" name="datafile" class="fileinput" multiple='multiple'> |
|
40 | 40 | </form> |
|
41 | 41 | </div> |
|
42 |
<div class=" |
|
|
42 | <div class="col-md-4 clearfix"> | |
|
43 | 43 | <span id="notebook_buttons" class="pull-right"> |
|
44 | 44 | <button id="new_notebook" title="Create new notebook" class="btn btn-default btn-sm">New Notebook</button> |
|
45 | 45 | <button id="refresh_notebook_list" title="Refresh notebook list" class="btn btn-default btn-sm"><i class="icon-refresh"></i></button> |
@@ -64,10 +64,10 data-notebook-path="{{notebook_path}}" | |||
|
64 | 64 | <div id="running" class="tab-pane"> |
|
65 | 65 | |
|
66 | 66 | <div id="running_toolbar" class="row"> |
|
67 |
<div class=" |
|
|
67 | <div class="col-md-8"> | |
|
68 | 68 | <span id="running_list_info">Currently running IPython notebooks</span> |
|
69 | 69 | </div> |
|
70 |
<div class=" |
|
|
70 | <div class="col-md-4" class="clearfix"> | |
|
71 | 71 | <span id="running_buttons" class="pull-right"> |
|
72 | 72 | <button id="refresh_running_list" title="Refresh running list" class="btn btn-default btn-sm"><i class="icon-refresh"></i></button> |
|
73 | 73 | </span> |
@@ -75,7 +75,7 data-notebook-path="{{notebook_path}}" | |||
|
75 | 75 | </div> |
|
76 | 76 | |
|
77 | 77 | <div id="running_list"> |
|
78 |
<div id="running_list_header" class="row |
|
|
78 | <div id="running_list_header" class="row list_header"> | |
|
79 | 79 | <div> There are no notebooks running. </div> |
|
80 | 80 | </div> |
|
81 | 81 | </div> |
@@ -84,10 +84,10 data-notebook-path="{{notebook_path}}" | |||
|
84 | 84 | <div id="clusters" class="tab-pane"> |
|
85 | 85 | |
|
86 | 86 | <div id="cluster_toolbar" class="row"> |
|
87 |
<div class=" |
|
|
87 | <div class="col-md-8"> | |
|
88 | 88 | <span id="cluster_list_info">IPython parallel computing clusters</span> |
|
89 | 89 | </div> |
|
90 |
<div class=" |
|
|
90 | <div class="col-md-4" class="clearfix"> | |
|
91 | 91 | <span id="cluster_buttons" class="pull-right"> |
|
92 | 92 | <button id="refresh_cluster_list" title="Refresh cluster list" class="btn btn-default btn-sm"><i class="icon-refresh"></i></button> |
|
93 | 93 | </span> |
General Comments 0
You need to be logged in to leave comments.
Login now