Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3pia
VISPA
VISPA web
Commits
eb046c44
Commit
eb046c44
authored
Aug 10, 2017
by
Benjamin Fischer
Browse files
MainMenu: workspace disconnect only available when connected
parent
54ece8a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
vispa/static/js/vue/mainmenu.js
View file @
eb046c44
...
...
@@ -76,7 +76,7 @@ define([
computed
:
{
items
:
function
()
{
var
ret
=
{};
if
(
~
[
"
connecting
"
,
"
connected
"
].
indexOf
(
this
.
data
.
state
)
)
{
if
(
"
connected
"
===
this
.
data
.
state
)
{
ret
.
disconnect
=
wsSubItemDisconnect
;
}
// state reconstruction question
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment