diff --git a/apps/dashboard/app/javascript/path_selector/path_selector_data_table.js b/apps/dashboard/app/javascript/path_selector/path_selector_data_table.js index 3070c56428..5704e0b909 100644 --- a/apps/dashboard/app/javascript/path_selector/path_selector_data_table.js +++ b/apps/dashboard/app/javascript/path_selector/path_selector_data_table.js @@ -32,7 +32,7 @@ export class PathSelectorTable { this.reloadTable(this.initialUrl()); $(`#${this.tableId} tbody`).on('click', 'tr', (event) => { this.clickRow(event) }); - $('#favorites').on('click', 'li', (event) => { this.clickRow(event) }); + $('#favorites').on('click', 'a', (event) => { this.clickRow(event) }); $(`#${this.breadcrumbId}`).on('click', 'li', (event) => { this.clickBreadcrumb(event) }); $(`#${this.selectButtonId}`).on('click', (event) => { this.selectPath(event) }); } diff --git a/apps/dashboard/app/views/batch_connect/session_contexts/_favorites.html.erb b/apps/dashboard/app/views/batch_connect/session_contexts/_favorites.html.erb index 33149bda92..7fd68987ad 100644 --- a/apps/dashboard/app/views/batch_connect/session_contexts/_favorites.html.erb +++ b/apps/dashboard/app/views/batch_connect/session_contexts/_favorites.html.erb @@ -1,6 +1,6 @@ -
  • > - <%= fa_icon((path.to_s == Dir.home ? 'home' : path.icon), classes: '') %> - <%= path.title || path %> -
  • \ No newline at end of file +> +<%= fa_icon((path.to_s == Dir.home ? 'home' : path.icon), classes: '') %> +<%= path.title || path %> + \ No newline at end of file diff --git a/apps/dashboard/app/views/batch_connect/session_contexts/_path_selector.html.erb b/apps/dashboard/app/views/batch_connect/session_contexts/_path_selector.html.erb index e753e4ca18..e0d4a3738a 100644 --- a/apps/dashboard/app/views/batch_connect/session_contexts/_path_selector.html.erb +++ b/apps/dashboard/app/views/batch_connect/session_contexts/_path_selector.html.erb @@ -21,7 +21,7 @@ <%= form.text_field(attrib.id, class: 'form-control', **options) %> - diff --git a/apps/dashboard/app/views/files/_path_selector_breadcrumb.html.erb b/apps/dashboard/app/views/files/_path_selector_breadcrumb.html.erb index 336127d4fe..dd12913fdb 100644 --- a/apps/dashboard/app/views/files/_path_selector_breadcrumb.html.erb +++ b/apps/dashboard/app/views/files/_path_selector_breadcrumb.html.erb @@ -1,9 +1,9 @@ <% if file_counter == 0 %> <% end %> @@ -13,6 +13,6 @@ <% else %> <% end %> diff --git a/apps/dashboard/app/views/shared/_path_selector_table.html.erb b/apps/dashboard/app/views/shared/_path_selector_table.html.erb index 6cf3a0a5a0..115eb5d538 100644 --- a/apps/dashboard/app/views/shared/_path_selector_table.html.erb +++ b/apps/dashboard/app/views/shared/_path_selector_table.html.erb @@ -9,7 +9,7 @@ <% end %>
    - +