File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments