Skip to content

Commit 24c0432

Browse files
committed
added place holder text for filter tags for server
Signed-off-by: Satya <[email protected]>
1 parent 8e72c23 commit 24c0432

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mcpgateway/templates/admin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@ <h2 class="text-2xl font-bold dark:text-gray-200">
15711571
type="text"
15721572
id="search-servers"
15731573
data-testid="search-input"
1574-
placeholder="Search servers..."
1574+
placeholder="Search servers via tags..."
15751575
class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 dark:bg-gray-900 dark:placeholder-gray-300 dark:text-gray-300"
15761576
oninput="filterServerTable(this.value)"
15771577
/>

mcpgateway/templates/mcp_registry_partial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h2 class="text-2xl font-bold flex items-center">
138138
type="text"
139139
id="search-input"
140140
name="search"
141-
placeholder="Search servers..."
141+
placeholder="Search servers via tags..."
142142
value="{{ filter_params.search or '' }}"
143143
class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 dark:bg-gray-700 dark:text-gray-200 dark:placeholder-gray-400 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500"
144144
hx-get="{{ root_path }}/admin/mcp-registry/partial"

0 commit comments

Comments
 (0)