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
return new Array("1", "user1", "25/02/2016");
}