summaryrefslogtreecommitdiff
path: root/web/src/containers/build/Console.jsx
diff options
context:
space:
mode:
authorIan Wienand <iwienand@redhat.com>2022-09-15 09:57:31 +1000
committerIan Wienand <iwienand@redhat.com>2022-09-15 09:58:21 +1000
commit8e9c97f3a38fd8be644f3e2209fea026e558ebfe (patch)
tree0c1803c97f9bd4a28127afe2f82ea20f077aa091 /web/src/containers/build/Console.jsx
parentbb71a0d133aa74e0668e1fadb0b57d4b4c2ffe72 (diff)
downloadzuul-8e9c97f3a38fd8be644f3e2209fea026e558ebfe.tar.gz
web: console: make magnifying glass also clickable
This makes the magnifying glass also clickable in the console view. Change-Id: I0081bd19a336390572050d4bf3d8b456a71ca7d2
Diffstat (limited to 'web/src/containers/build/Console.jsx')
-rw-r--r--web/src/containers/build/Console.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/containers/build/Console.jsx b/web/src/containers/build/Console.jsx
index cf3ab841a..50cce2020 100644
--- a/web/src/containers/build/Console.jsx
+++ b/web/src/containers/build/Console.jsx
@@ -266,7 +266,7 @@ class HostTask extends React.Component {
<Flex>
<FlexItem>
<Tooltip content={<div>Click for details</div>}>
- <SearchPlusIcon style={{cursor: 'pointer'}} />
+ <SearchPlusIcon style={{cursor: 'pointer'}} onClick={this.open} />
</Tooltip>
</FlexItem>
<FlexItem>