From ee2f28e8908da582e7b02c6b9b16e3e2d4baea73 Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Tue, 4 Oct 2022 13:35:32 -0400 Subject: [PATCH] Fleet UI: Rename to machine serial and private IP address (#8074) --- changes/issue-7062 | 1 + frontend/components/TableContainer/_styles.scss | 2 +- frontend/utilities/constants.ts | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 changes/issue-7062 diff --git a/changes/issue-7062 b/changes/issue-7062 new file mode 100644 index 0000000000..381b08faa7 --- /dev/null +++ b/changes/issue-7062 @@ -0,0 +1 @@ +* Rename machine serial to serial number and IPv4 properly to private IP address \ No newline at end of file diff --git a/frontend/components/TableContainer/_styles.scss b/frontend/components/TableContainer/_styles.scss index 5cc5707603..02d912ff0c 100644 --- a/frontend/components/TableContainer/_styles.scss +++ b/frontend/components/TableContainer/_styles.scss @@ -141,7 +141,7 @@ } #search-tooltip { - width: 196px; + width: 204px; text-align: center; } diff --git a/frontend/utilities/constants.ts b/frontend/utilities/constants.ts index a9141f2280..113e303278 100644 --- a/frontend/utilities/constants.ts +++ b/frontend/utilities/constants.ts @@ -527,10 +527,10 @@ export const PLATFORM_NAME_TO_LABEL_NAME = { }; export const HOSTS_SEARCH_BOX_PLACEHOLDER = - "Search hostname, UUID, serial number, or IPv4"; + "Search hostname, UUID, serial number, or private IP address"; export const HOSTS_SEARCH_BOX_TOOLTIP = - "Search hosts by hostname, UUID, machine serial or private IP address"; + "Search hosts by hostname, UUID, serial number or private IP address"; export const VULNERABLE_DROPDOWN_OPTIONS = [ {