Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
19257eb1
Commit
19257eb1
authored
Feb 19, 2020
by
Fernando Verdugo
Committed by
Francesc Guasch
Feb 19, 2020
Browse files
fix(frontend): show message with no public bases (#1216)
fix(frontend): show message with no public bases
parent
113a991b
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/js/ravada.js
View file @
19257eb1
...
...
@@ -110,6 +110,7 @@
};
ws_connected
=
false
;
$timeout
(
function
()
{
if
(
typeof
$scope
.
public_bases
===
'
undefined
'
)
$scope
.
public_bases
=
0
;
if
(
!
ws_connected
)
{
$scope
.
ws_fail
=
true
;
}
...
...
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