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
007643d0
Commit
007643d0
authored
Nov 06, 2015
by
efikalti
Browse files
unload all lambda apps in instance
parent
85e3737a
Changes
1
Hide whitespace changes
Inline
Side-by-side
webapp/frontend/app/routes/lambda-instances/index.js
View file @
007643d0
...
...
@@ -8,6 +8,7 @@ export default Ember.Route.extend(AuthenticatedRouteMixin, {
this
.
_super
(
transition
);
this
.
store
.
unloadAll
(
'
instance-action
'
);
this
.
store
.
unloadAll
(
'
lambda-instance
'
);
this
.
store
.
unloadAll
(
'
lambda-app
'
);
},
model
:
function
(
params
)
{
...
...
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