mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 03:45:01 -02:30
Fixed 'refresh' routine to refresh on the current url (which includes current page, sort and search criteria). In other words refresh now respects the current page state rather than resetting it back to thebeginning. Also added first attempt at a dashboard and widget.
This commit is contained in:
@@ -23,6 +23,7 @@ angular.module('RefreshHelper', ['RestServices', 'Utilities'])
|
||||
var iterator = params.iterator;
|
||||
var url = params.url;
|
||||
|
||||
scope.current_url = url;
|
||||
Rest.setUrl(url);
|
||||
Rest.get()
|
||||
.success( function(data, status, headers, config) {
|
||||
|
||||
Reference in New Issue
Block a user