Do not try to render home template on login/logout

This commit is contained in:
Joe Fiorini
2015-02-04 17:10:42 -05:00
parent 16119114dc
commit 109c9d8832
5 changed files with 6 additions and 24 deletions

View File

@@ -40,7 +40,7 @@ function HostCountGraphData(Rest, getBasePath, processErrors, $q) {
processErrors(null, response.data, response.status, null, { hdr: 'Error!',
msg: errorMessage
});
return response;
throw response;
});
}
};

View File

@@ -28,7 +28,7 @@ function JobStatusGraphData(Rest, getBasePath, processErrors, $rootScope) {
hdr: 'Error!',
msg: errorMessage
});
return response;
throw response;
});
return pluck('data', result);