Actions
Bug #17277
closedHost Properties Links not Quoted
Difficulty:
trivial
Triaged:
Bugzilla link:
Pull request:
Description
When clicking links on any property of a given host, the resulting url does not quote the search information (minus the hostgroup property).
For example, the Operating System property:
RHEL Server 7.1Clicking on the Operating System url ends up with a search of:
os_description = RHEL Server 7.1Rather than:
os_description = "RHEL Server 7.1".
Actions