File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 " ExecutionView"
1313 ],
1414 "visualizerOverrides" : {
15- "" : " InteractiveWorkspace " ,
15+ "" : " PipelineIndex " ,
1616 "MyArtifacts" : " ArtifactIndex" ,
1717 "MyArchitectures" : " ArchIndex" ,
1818 "MyExecutions" : " ExecutionIndex" ,
Original file line number Diff line number Diff line change 11< nav class ="side-nav fixed closed ">
2- < li class ="side-nav-icon workspace-icon active ">
3- < span class ="oi oi-beaker " title ="Interactive Workspace " aria-hidden ="true "> </ span >
4- </ li >
5- < li class ="side-nav-icon pipelines-icon ">
2+ <!--< li class="side-nav-icon workspace-icon active">-- >
3+ <!--< span class="oi oi-beaker" title="Interactive Workspace" aria-hidden="true"></span>-- >
4+ <!--< /li >-- >
5+ < li class ="side-nav-icon pipelines-icon active ">
66 < span class ="oi oi-fork " title ="Pipelines " aria-hidden ="true "> </ span >
77 </ li >
88 < li class ="side-nav-icon executions-icon ">
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ define([
1717 var SidebarWidget ,
1818 WIDGET_CLASS = 'main-view' ,
1919 CATEGORIES = [
20- 'workspace' ,
20+ // 'workspace',
2121 'pipelines' ,
2222 'executions' ,
2323 'resources' ,
@@ -32,7 +32,7 @@ define([
3232 this . $el . addClass ( WIDGET_CLASS ) ;
3333 this . initialize ( ) ;
3434 this . logger . debug ( 'ctor finished' ) ;
35- this . _currentSelection = '$workspaceIcon ' ;
35+ this . _currentSelection = '$pipelinesIcon ' ;
3636 } ;
3737
3838 SidebarWidget . prototype . initialize = function ( ) {
You can’t perform that action at this time.
0 commit comments