@ -77,9 +77,8 @@ data-terminals-available="{{terminals_available}}"
< div id = "notebook_list" >
< div id = "notebook_list_header" class = "row list_header" >
< div class = "btn-group dropdown" id = 'tree-selector' >
< button type = "button" class = "btn btn-default btn-xs" >
< span class = "badge pull-right" id = "badge-select-all" > < / span >
< input type = "checkbox" class = "tree-selector" id = "select-all" > < / input >
< button type = "button" class = "btn btn-default btn-xs" id = "button-select-all" >
< input type = "checkbox" class = "tree-selector pull-left" id = "select-all" > < span id = "counter-select-all" > < / span > < / input >
< / button >
< button class = "btn btn-default btn-xs dropdown-toggle" type = "button" id = "tree-selector-btn" aria-expanded = "true" >
< span class = "caret" > < / span >
@ -88,7 +87,7 @@ data-terminals-available="{{terminals_available}}"
< ul id = "tree-selector-menu" class = "dropdown-menu" role = "menu" aria-labelledby = "tree-selector-btn" >
< li role = "presentation" >
< a role = "menuitem" >
< span class = "badge pull-right" id = " badge -select-folders"> < / span >
< span class = "badge pull-right" id = " counter -select-folders"> < / span >
< input type = "checkbox" class = "tree-selector" id = "select-folders" > < / input >
< label for = "select-folders" >
< i class = "folder_icon icon-fixed-width" > < / i >
@ -98,7 +97,7 @@ data-terminals-available="{{terminals_available}}"
< / li >
< li role = "presentation" >
< a role = "menuitem" >
< span class = "badge pull-right" id = " badge -select-notebooks"> < / span >
< span class = "badge pull-right" id = " counter -select-notebooks"> < / span >
< input type = "checkbox" class = "tree-selector" id = "select-notebooks" > < / input >
< label for = "select-notebooks" >
< i class = "notebook_icon icon-fixed-width" > < / i >
@ -108,7 +107,7 @@ data-terminals-available="{{terminals_available}}"
< / li >
< li role = "presentation" >
< a role = "menuitem" >
< span class = "badge pull-right" id = " badge -select-running-notebooks"> < / span >
< span class = "badge pull-right" id = " counter -select-running-notebooks"> < / span >
< input type = "checkbox" class = "tree-selector" id = "select-running-notebooks" > < / input >
< label for = "select-running-notebooks" >
< i class = "running_notebook_icon icon-fixed-width" > < / i >
@ -118,7 +117,7 @@ data-terminals-available="{{terminals_available}}"
< / li >
< li role = "presentation" >
< a role = "menuitem" >
< span class = "badge pull-right" id = " badge -select-files"> < / span >
< span class = "badge pull-right" id = " counter -select-files"> < / span >
< input type = "checkbox" class = "tree-selector" id = "select-files" > < / input >
< label for = "select-files" >
< i class = "file_icon icon-fixed-width" > < / i >