Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Konstantin A
tower
Commits
b616b39e
Commit
b616b39e
authored
Feb 23, 2018
by
Aleksey Shirokih
Browse files
Fix error message on not logged used
parent
c5dd51bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
tower/ui/desktop_logic.js
View file @
b616b39e
...
...
@@ -5,7 +5,6 @@ var desktop_logic = {
role_logic
.
init
();
pool_logic
.
init
();
node_logic
.
init
();
settings_logic
.
init
();
service_logic
.
init
();
},
...
...
tower/ui/service_logic.js
View file @
b616b39e
...
...
@@ -12,6 +12,7 @@ var service_logic = {
},
load
:
function
()
{
settings_logic
.
init
();
var
env_id
=
app_logic
.
current_env
.
id
;
API
.
pull
.
is_pulled
(
env_id
).
then
(
function
(
result
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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