File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
</ul >
12
12
</header >
13
13
<Splitpanes class =" default-theme" @resize =" resized" @pane-maximize =" resized" >
14
- <Pane id =" discovery" :size =" splitpaneSizeH[0]" >
14
+ <Pane v-if = " !appMode || isAuthenticated " id =" discovery" :size =" splitpaneSizeH[0]" >
15
15
<DiscoveryToolbar class =" toolbar tour-ide-discovery" :onAddProcess =" insertProcess" :collectionPreview =" true" :persist =" true" />
16
16
</Pane >
17
- <Pane id =" workspace" :size =" splitpaneSizeH[1]" >
17
+ <Pane v-if = " !appMode || isAuthenticated || hasProcess " id =" workspace" :size =" splitpaneSizeH[1]" >
18
18
<Splitpanes class =" default-theme" horizontal @resize =" resized" @pane-maximize =" resized" >
19
19
<Pane id =" editor" :size =" splitpaneSizeV[0]" >
20
20
<Editor ref =" editor" class =" mainEditor tour-ide-editor" id =" main" :value =" process" @input =" updateEditor" :title =" contextTitle" showIntro >
27
27
</template >
28
28
</Editor >
29
29
</Pane >
30
- <Pane id =" user" :size =" splitpaneSizeV[1]" >
30
+ <Pane v-if = " !appMode || isAuthenticated " id =" user" :size =" splitpaneSizeV[1]" >
31
31
<UserWorkspace v-if =" isAuthenticated" class =" userContent tour-ide-workspace" />
32
32
<div v-else class =" message info" title =" Login is required to interact with the server." >
33
33
<i class =" fas fa-sign-in-alt" ></i >
You can’t perform that action at this time.
0 commit comments