Where to find the k8s template which is
Where to find the k8s template which is shown on the main index page?
8 Replies
conscious-sapphire•3w ago
Hey @yamamotonakamoto can you elaborate more?
sensitive-blue•3w ago
@Batu Merhabe mate, yes I can! 🙂 On your main/index page (https://refine.dev/) there is this 'tabs' element (I cannot post the screenshot - something is blocking me) with the menu item called 'DevOps Dashboard'. Where I can find/buy this template?
Refine | Open-source Retool for Enterprise
Build React-based internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
sensitive-blue•3w ago
I don't see it here https://refine.dev/templates/
Refine | Open-source Retool for Enterprise
Build React-based internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
unwilling-turquoise•2w ago
are you referring to the tabs showing the the different examples https://github.com/refinedev/refine/blob/main/documentation/src/refine-theme/landing-hero-showcase-section.tsx#L752C1-L753C1
if so this it just part of the docs landing page. If you are wanting tabs you can can use one of the component libs MUI or others to make them.
I think they have blocked image uploads on the discord which is a bit inconvenient sometimes.
GitHub
refine/documentation/src/refine-theme/landing-hero-showcase-section...
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility. - refinedev/refine
unwilling-turquoise•2w ago
Or are you wanting the exact template example for the DevOps Dashboard inside
unwilling-turquoise•2w ago
unwilling-turquoise•2w ago
possibly in here somewhere https://github.com/refinedev/refine/tree/main/examples or it could be an enterprise template
GitHub
refine/examples at main · refinedev/refine
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility. - refinedev/refine
helpful-purple•2w ago
Sorry for late response.
We haven't finished the DevOps Dashboard template yet because we're focused on rapidly improving Refine AI, but CRUD operations aren't much different from other examples.