Unified text for private IP address (#5301)
* unified text for private ip address * updated capitalization
This commit is contained in:
@@ -56,7 +56,7 @@ const TargetsInput = ({
|
||||
tabIndex={tabIndex}
|
||||
iconPosition="start"
|
||||
label="Target specific hosts"
|
||||
placeholder="Search hosts by hostname, UUID, MAC address"
|
||||
placeholder="Search hosts by hostname, UUID, MAC address, or private IP address"
|
||||
onChange={setSearchText}
|
||||
/>
|
||||
{isActiveSearch && (
|
||||
|
||||
+1
-1
@@ -104,7 +104,7 @@ class SelectTargetsInput extends Component {
|
||||
onOpen={onOpen}
|
||||
onFocus={onFocus}
|
||||
onInputChange={handleInputChange}
|
||||
placeholder="Label name, host name, IP address, etc."
|
||||
placeholder="Label name, host name, private IP address, etc."
|
||||
resetValue={[]}
|
||||
scrollMenuIntoView={false}
|
||||
tabSelectsValue={false}
|
||||
|
||||
@@ -1531,7 +1531,7 @@ const ManageHostsPage = ({
|
||||
searchable
|
||||
renderCount={renderHostCount}
|
||||
searchToolTipText={
|
||||
"Search hosts by hostname, UUID, machine serial or IP address"
|
||||
"Search hosts by hostname, UUID, machine serial or private IP address"
|
||||
}
|
||||
emptyComponent={EmptyHosts}
|
||||
customControl={renderStatusDropdown}
|
||||
|
||||
@@ -33,7 +33,7 @@ const About = ({
|
||||
<span className="info-grid__data">{aboutData.hardware_serial}</span>
|
||||
</div>
|
||||
<div className="info-grid__block">
|
||||
<span className="info-grid__header">Internal IP address</span>
|
||||
<span className="info-grid__header">Private IP address</span>
|
||||
<span className="info-grid__data">{aboutData.primary_ip}</span>
|
||||
</div>
|
||||
<div className="info-grid__block">
|
||||
|
||||
Reference in New Issue
Block a user