diff --git a/horizon/static/horizon/js/horizon.tabs.js b/horizon/static/horizon/js/horizon.tabs.js index 2b48873461..67d0bfcf0b 100644 --- a/horizon/static/horizon/js/horizon.tabs.js +++ b/horizon/static/horizon/js/horizon.tabs.js @@ -29,7 +29,7 @@ horizon.tabs.load_tab = function () { horizon.tabs.initTabLoad(tab_pane); }); } else { - tab_pane.load(window.location + "?tab=" + tab_id.replace('#', ''), function() { + tab_pane.load("?tab=" + tab_id.replace('#', ''), function() { horizon.tabs.initTabLoad(tab_pane); }); } diff --git a/horizon/templates/horizon/common/_data_table.html b/horizon/templates/horizon/common/_data_table.html index dda6898a4a..df3c9c7d38 100644 --- a/horizon/templates/horizon/common/_data_table.html +++ b/horizon/templates/horizon/common/_data_table.html @@ -74,10 +74,10 @@ | {% endif %} {% if table.has_prev_data %} - {% trans "« Prev" %} + {% trans "« Prev" %} {% endif %} {% if table.has_more_data %} - {% trans "Next »" %} + {% trans "Next »" %} {% endif %} diff --git a/horizon/templates/horizon/common/_tab_group.html b/horizon/templates/horizon/common/_tab_group.html index 7b7387ae2f..f09a66e8bc 100644 --- a/horizon/templates/horizon/common/_tab_group.html +++ b/horizon/templates/horizon/common/_tab_group.html @@ -6,7 +6,7 @@