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
synnefo
Commits
ccb52dbc
Commit
ccb52dbc
authored
Apr 10, 2012
by
Kostas Papadimitriou
Browse files
Fix browser history handling, Refs #2299
parent
4b71a0a4
Changes
3
Show whitespace changes
Inline
Side-by-side
snf-cyclades-app/Changelog
View file @
ccb52dbc
Changelog
Changelog
=========
=========
Development
-----------
* Fix history handling (#2299)
v0.9.11
v0.9.11
-------
-------
...
...
snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_main_view.js
View file @
ccb52dbc
...
@@ -624,9 +624,9 @@
...
@@ -624,9 +624,9 @@
this
.
loaded
=
true
;
this
.
loaded
=
true
;
// application start point
// application start point
this
.
show_initial_view
();
this
.
check_empty
();
this
.
check_empty
();
this
.
show_initial_view
();
},
},
load
:
function
()
{
load
:
function
()
{
...
...
snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_router.js
View file @
ccb52dbc
...
@@ -70,14 +70,13 @@
...
@@ -70,14 +70,13 @@
show_welcome
:
function
()
{
show_welcome
:
function
()
{
if
(
snf
.
storage
.
vms
.
length
==
0
)
{
if
(
snf
.
storage
.
vms
.
length
==
0
)
{
ui
.
main
.
show_empty
();
ui
.
main
.
show_empty
();
this
.
navigate
(
"
welcome/
"
);
}
else
{
}
else
{
this
.
index
();
this
.
index
();
}
}
},
},
index
:
function
()
{
index
:
function
()
{
this
.
vms_index
(
);
ui
.
main
.
show_view
(
"
icon
"
);
},
},
vms_index
:
function
()
{
vms_index
:
function
()
{
...
...
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