Fleet UI: Rename to machine serial and private IP address (#8074)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
* Rename machine serial to serial number and IPv4 properly to private IP address
|
||||
@@ -141,7 +141,7 @@
|
||||
}
|
||||
|
||||
#search-tooltip {
|
||||
width: 196px;
|
||||
width: 204px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
@@ -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 = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user