istic-openstack/client/js/requests/identity.js

15 lines
168 B
JavaScript
Raw Normal View History

2016-01-31 11:47:13 +01:00
// Make Namespace
var identity = {} ;
// Fetch Status
identity.fetchStatus = function(){
// TODO
2016-01-31 13:34:43 +01:00
return new Array("0", "user1", "25/02/2016");
2016-01-31 11:47:13 +01:00
}