mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 23:21:21 +00:00
GUAC-586: Ensure page list tabs appear in deterministic order.
This commit is contained in:
@@ -138,7 +138,7 @@ angular.module('navigation').directive('guacPageList', [function guacPageList()
|
||||
name : name,
|
||||
url : isCurrentPage ? currentURL : page.url,
|
||||
className : page.className,
|
||||
weight : page.weight || weight
|
||||
weight : page.weight || (weight + i)
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user