mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-17 21:41:47 -05:00
Fixing related tab empty list styling
This commit is contained in:
@@ -119,7 +119,7 @@ export default ['$log', '$cookieStore', '$compile', '$window', '$rootScope', '$l
|
||||
// Go back to most recent navigation path
|
||||
$location.path(lastPath());
|
||||
} else {
|
||||
$location.url('/home?login=true');
|
||||
$location.url('/home');
|
||||
}
|
||||
})
|
||||
.error(function () {
|
||||
|
||||
Reference in New Issue
Block a user