Skip to content

Commit 815a26d

Browse files
authored
Set list item class as sever_process.name
1 parent 49471fc commit 815a26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server_proxy/static/tree.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ define(['jquery', 'base/js/namespace', 'base/js/utils'], function($, Jupyter, ut
3030
/* create our list item */
3131
var $entry_container = $('<li>')
3232
.attr('role', 'presentation')
33-
.addClass('new-rstudio');
33+
.addClass('new-' + server_process.name);
3434

3535
/* create our list item's link */
3636
var $entry_link = $('<a>')

0 commit comments

Comments
 (0)