Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
okeanos-LoD
Commits
85e3737a
Commit
85e3737a
authored
Nov 06, 2015
by
efikalti
Browse files
fixed error
parent
55c35a9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
webapp/frontend/app/components/instance-action.js
View file @
85e3737a
...
...
@@ -39,7 +39,7 @@ export default Ember.Component.extend({
}
});
}
else
(
this
.
get
(
"
started_app
"
))
else
if
(
this
.
get
(
"
started_app
"
))
{
this
.
set
(
"
app_started
"
,
true
);
}
...
...
Write
Preview
Markdown
is supported
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