Files
ubicloud/views/inference/tabbar.erb
2025-08-08 11:31:11 -07:00

9 lines
247 B
Plaintext

<%== part(
"components/tabbar",
tabs: [
["Inference Endpoints", @project.path + "/inference-endpoint"],
["Inference API Keys", @project.path + "/inference-api-key"],
["Playground", @project.path + "/inference-playground"]
]
) %>