We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35298c5 commit cb295c6Copy full SHA for cb295c6
services/static-webserver/client/source/class/osparc/store/Services.js
@@ -410,16 +410,19 @@ qx.Class.define("osparc.store.Services", {
410
getUnknownServiceMetadata: function() {
411
const key = "simcore/services/frontend/unknown";
412
const version = "0.0.0";
413
+ const versionDisplay = "Unknown";
414
const releaseInfo = {
415
version,
- versionDisplay: null,
416
+ versionDisplay,
417
retired: null,
418
released: "2025-08-07T11:00:00.000000",
419
compatibility: null,
420
};
421
return {
422
key,
423
424
425
+ description: "Unknown App",
426
type: "frontend",
427
name: "Unknown",
428
inputs: {},
0 commit comments