allegroai/clearml-server

[Customising web-ui] - Projects are loading tasks in web ui of self hosting server but i want them to show datasets

sriram-dsl opened this issue · 3 comments

image

projects are not loading correctly :
I am facing an issue with the projects menu; it is not loading correctly. Despite the folders being in use, the information is not displayed in the projects menu. Interestingly, the data is visible in the datasets menu. All the folders contain data, which is visible in the datasets menu but not in the projects menu.

Additionally, if the projects menu could display running tasks and completed tasks, I'm interested in customizing it further. Specifically, I would like to include information about the number of datasets associated with each project. How can I go about customizing the display to include this dataset count?

ainoam commented

@sriram-dsl Though it's hard to tell from your highlights what exactly is wrong without additional information, I'll assume you're expecting some counts where there are currently zeros?
The projects page shows experiment counts - Datasets are listed in the Dataset page which, using its project view, can show the dataset counts per project.

Is this what you're looking for?

ainoam commented

@sriram-dsl You can find the UI source at its GitHub repo. I'd recommend joining the conversation at the ClearML community slack to consult with other users who have already customized the UI.