소스 검색

[notebook] Put back the sessions button in editor or notebook mode

Romain Rigaux 10 년 전
부모
커밋
6711099348
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      desktop/libs/notebook/src/notebook/templates/editor_components.mako

+ 4 - 0
desktop/libs/notebook/src/notebook/templates/editor_components.mako

@@ -137,6 +137,10 @@ ${ require.config() }
 
            
 
+        <a class="btn pointer" title="${ _('Sessions') }" rel="tooltip" data-placement="bottom" data-toggle="modal" data-target="#sessionsDemiModal">
+          <i class="fa fa-cogs"></i>
+        </a>
+
         <div class="btn-group">
           <a class="btn dropdown-toggle" data-toggle="dropdown">
             <i class="fa fa-bars"></i>