Merge branch 'dev'
CI/CD / deploy (push) Failing after 1m58s
Details
CI/CD / deploy (push) Failing after 1m58s
Details
This commit is contained in:
commit
738f6bf9dc
|
|
@ -268,9 +268,6 @@ function renderDataPage(space: string, activeTab: string, isSubdomain: boolean)
|
||||||
body,
|
body,
|
||||||
scripts,
|
scripts,
|
||||||
styles: `<link rel="stylesheet" href="/modules/rdata/data.css">`,
|
styles: `<link rel="stylesheet" href="/modules/rdata/data.css">`,
|
||||||
tabs: [...DATA_TABS],
|
|
||||||
activeTab,
|
|
||||||
tabBasePath: isSubdomain ? `/rdata` : `/${space}/rdata`,
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -321,9 +318,10 @@ export const dataModule: RSpaceModule = {
|
||||||
description: "Real-time active visitor counts",
|
description: "Real-time active visitor counts",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
acceptsFeeds: ["data", "economic"],
|
|
||||||
outputPaths: [
|
outputPaths: [
|
||||||
{ path: "datasets", name: "Datasets", icon: "📊", description: "Collected analytics datasets" },
|
{ path: "tree", name: "Content Tree", icon: "🌳", description: "Hierarchical view of all CRDT documents" },
|
||||||
{ path: "dashboards", name: "Dashboards", icon: "📈", description: "Analytics dashboards and reports" },
|
{ path: "cloud", name: "Cloud", icon: "☁️", description: "Tag cloud visualization of content" },
|
||||||
|
{ path: "analytics", name: "Analytics", icon: "📊", description: "Usage metrics and engagement data" },
|
||||||
],
|
],
|
||||||
|
acceptsFeeds: ["data", "economic"],
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue