mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 23:53:49 +00:00
[Examples] #359 Updated to attempt connection to remote data source and fallback to local if unavailable
Minor change to readme Fixed JSLint errors More JSLint errors [Example] Rems data integration - disabled bundle by default. [Examples] REMS data integration - added newlines at end of files [Example] Added time conductor support to REMS data integration Added caching of results [Examples] Added domain format to REMS data #359 [Example] #637 Added local proxy to app.js to allow cross-origin requests Updated readme
This commit is contained in:
@ -30,7 +30,7 @@ define(
|
||||
float: "number",
|
||||
integer: "number",
|
||||
string: "string"
|
||||
}
|
||||
};
|
||||
|
||||
function RemsTelemetryModelProvider(adapter){
|
||||
|
||||
@ -83,4 +83,5 @@ define(
|
||||
};
|
||||
}
|
||||
return RemsTelemetryModelProvider;
|
||||
});
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user