| Index: runtime/bin/vmservice/client/deployed/web/index.html
|
| diff --git a/runtime/bin/vmservice/client/deployed/web/index.html b/runtime/bin/vmservice/client/deployed/web/index.html
|
| index 195e18cd7a6fa392e805806392ba90d8dfb5b719..62a33f6700b3daa9aca739c7d110a80132d8f892 100644
|
| --- a/runtime/bin/vmservice/client/deployed/web/index.html
|
| +++ b/runtime/bin/vmservice/client/deployed/web/index.html
|
| @@ -321,7 +321,7 @@
|
| </template>
|
|
|
| <template if="{{ isNullRef(ref['type']) }}">
|
| - {{ name }}
|
| + <div title="{{ hoverText }}">{{ name }}</div>
|
| </template>
|
|
|
| <template if="{{ (isStringRef(ref['type']) ||
|
|
|