Loading client/src/components/Grid/configs/historiesPublished.ts +4 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,10 @@ const fields: FieldArray = [ { key: "username", title: "Username", type: "text", type: "link", handler: (data: HistoryEntry) => { emit(`/histories/list_published?f-username=${data.username}`); }, }, ]; Loading client/src/components/Grid/configs/pagesPublished.ts +4 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,10 @@ const fields: FieldArray = [ { key: "username", title: "Owner", type: "text", type: "link", handler: (data: PageEntry) => { emit(`/pages/list_published?f-username=${data.username}`); }, }, ]; Loading client/src/components/Grid/configs/visualizationsPublished.ts +4 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,10 @@ const fields: FieldArray = [ { key: "username", title: "Owner", type: "text", type: "link", handler: (data: VisualizationEntry) => { emit(`/visualizations/list_published?f-username=${data.username}`); }, }, { key: "tags", Loading Loading
client/src/components/Grid/configs/historiesPublished.ts +4 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,10 @@ const fields: FieldArray = [ { key: "username", title: "Username", type: "text", type: "link", handler: (data: HistoryEntry) => { emit(`/histories/list_published?f-username=${data.username}`); }, }, ]; Loading
client/src/components/Grid/configs/pagesPublished.ts +4 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,10 @@ const fields: FieldArray = [ { key: "username", title: "Owner", type: "text", type: "link", handler: (data: PageEntry) => { emit(`/pages/list_published?f-username=${data.username}`); }, }, ]; Loading
client/src/components/Grid/configs/visualizationsPublished.ts +4 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,10 @@ const fields: FieldArray = [ { key: "username", title: "Owner", type: "text", type: "link", handler: (data: VisualizationEntry) => { emit(`/visualizations/list_published?f-username=${data.username}`); }, }, { key: "tags", Loading