| Index: components/sync/driver/resources/about.html
|
| diff --git a/components/sync/driver/resources/about.html b/components/sync/driver/resources/about.html
|
| index 31725a936bbf3817c6ba1c21fbcc9c8df63dd1d0..865c1d99cf9db602e0789d38a228019d26d790d5 100644
|
| --- a/components/sync/driver/resources/about.html
|
| +++ b/components/sync/driver/resources/about.html
|
| @@ -45,10 +45,12 @@
|
| <h2>Type Info</h2>
|
| <table id="typeInfo">
|
| <tr jsselect="type_status" jsvalues="class:$this.status">
|
| - <td jscontent="name" width=50%></td>
|
| - <td jscontent="value" width=30%></td>
|
| + <td jscontent="name" width=30%></td>
|
| <td jscontent="num_entries" width=10%></td>
|
| <td jscontent="num_live" width=10%></td>
|
| + <td jscontent="message" width=30%></td>
|
| + <td jscontent="state" width=10%></td>
|
| + <td jscontent="group_type" width=10%></td>
|
| </tr>
|
| </table>
|
| </div>
|
|
|