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
66e2b17b
Commit
66e2b17b
authored
Jan 14, 2016
by
Georgios Ouzounis
Browse files
Refactored templates structure in Central VM frontend.
parent
bc545123
Changes
3
Hide whitespace changes
Inline
Side-by-side
central_service/app/frontend/app/router.js
View file @
66e2b17b
...
...
@@ -6,8 +6,8 @@ var Router = Ember.Router.extend({
});
Router
.
map
(
function
()
{
this
.
route
(
'
lambda-instance
'
);
this
.
route
(
'
lambda-application
'
);
this
.
route
(
'
lambda-instance
'
,
function
()
{}
);
this
.
route
(
'
lambda-application
'
,
function
()
{}
);
this
.
route
(
'
faqs
'
,
function
()
{
this
.
route
(
'
lambda-instance
'
,
function
()
{
this
.
route
(
'
create
'
);
...
...
central_service/app/frontend/app/templates/lambda-application.hbs
→
central_service/app/frontend/app/templates/lambda-application
/index
.hbs
View file @
66e2b17b
File moved
central_service/app/frontend/app/templates/lambda-instance.hbs
→
central_service/app/frontend/app/templates/lambda-instance
/index
.hbs
View file @
66e2b17b
File moved
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