Skip to content

Commit

Permalink
rename "Services" to "Model Services"
Browse files Browse the repository at this point in the history
Fixes: containers#664
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
  • Loading branch information
vrothberg committed Mar 25, 2024
1 parent f40afb8 commit 7398d06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/src/lib/Navigation.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export let meta: TinroRouteMeta;

<SettingsNavItem title="Playground" href="/playgrounds" bind:meta="{meta}" />

<SettingsNavItem title="Services" href="/services" bind:meta="{meta}" />
<SettingsNavItem title="Model Services" href="/services" bind:meta="{meta}" />

<SettingsNavItem title="Preferences" href="/preferences" bind:meta="{meta}" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/InferenceServers.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let data: InferenceServer[];
$: data = $inferenceServers;
</script>

<NavPage title="Services" searchEnabled="{false}">
<NavPage title="Model Services" searchEnabled="{false}">
<svelte:fragment slot="content">
<div slot="content" class="flex flex-col min-w-full min-h-full">
<div class="min-w-full min-h-full flex-1">
Expand Down

0 comments on commit 7398d06

Please sign in to comment.