Skip to content

Commit e371ac6

Browse files
author
p01
committed
Added missing reload-window class
1 parent dc4e040 commit e371ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resource-manager/resource_test_view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ cls.ResourceTreeView = function(id, name, container_class, html, default_handler
6464
container.clearAndRender(
6565
['div',
6666
['span',
67-
'class', 'container-button ui-button',
67+
'class', 'container-button ui-button reload-window',
6868
'handler', 'reload-window',
6969
'tabindex', '1'],
7070
['p', ui_strings.S_RESOURCE_CLICK_BUTTON_TO_FETCH_RESOURCES],

0 commit comments

Comments
 (0)