Index: Tools/GardeningServer/ui/ct-test-list.html |
diff --git a/Tools/GardeningServer/ui/ct-test-list.html b/Tools/GardeningServer/ui/ct-test-list.html |
index b62c8ac96809e16ffaec7c23ab83e051d156d513..1406655aa376dcccb481ebcbd8d38fd5515bf5f0 100644 |
--- a/Tools/GardeningServer/ui/ct-test-list.html |
+++ b/Tools/GardeningServer/ui/ct-test-list.html |
@@ -47,7 +47,7 @@ found in the LICENSE file. |
<template if="{{ group.name && group.tests.length > 1 && !group.expanded }}"> |
<div> |
{{ groups.step }} {{ group.name }} ({{ group.tests.length }} Tests) |
- <paper-icon-button id="expand" icon="more-vert" step="{{ groups.step }}" group="{{ group.name }}" on-click="{{ _expand }}"></paper-icon-button> |
+ <paper-icon-button id="expand" icon="unfold-more" step="{{ groups.step }}" group="{{ group.name }}" on-click="{{ _expand }}"></paper-icon-button> |
</div> |
</template> |
</template> |