| Index: components/ntp_tiles/webui/resources/ntp_tiles_internals.html
|
| diff --git a/components/ntp_tiles/webui/resources/ntp_tiles_internals.html b/components/ntp_tiles/webui/resources/ntp_tiles_internals.html
|
| index 0fb7e6f250e00e3830be6f14d042390e0d14e66c..dfdfe36b6025cc0d1d8f6944abd64db1794b2d74 100644
|
| --- a/components/ntp_tiles/webui/resources/ntp_tiles_internals.html
|
| +++ b/components/ntp_tiles/webui/resources/ntp_tiles_internals.html
|
| @@ -44,10 +44,15 @@ found in the LICENSE file.
|
| </tr>
|
| </tbody>
|
| <tbody jsselect="suggestionsService">
|
| - <tr>
|
| + <tr jsdisplay="$this">
|
| + <td class="detail">
|
| + <input id="suggestions-fetch" type="submit" value="Fetch"></input>
|
| + </td>
|
| + <td class="value" jscontent="status"></td>
|
| + </tr>
|
| + <tr jsdisplay="!$this">
|
| <td class="detail">enabled</td>
|
| - <td class="value" jsdisplay="$this">yes</td>
|
| - <td class="value" jsdisplay="!$this">no</td>
|
| + <td class="value">no</td>
|
| </tr>
|
| </tbody>
|
| <tbody jsselect="popular">
|
| @@ -66,6 +71,12 @@ found in the LICENSE file.
|
| <td class="detail">Version</td>
|
| <td class="value"><input id="override-version" type="text" jsvalues="values:overrideVersion;placeholder:version"></td>
|
| </tr>
|
| + <tr jsdisplay="$this">
|
| + <td class="detail">
|
| + <input id="popular-view-json" type="submit", value="View JSON"></input>
|
| + </td>
|
| + <td class="value"><pre id="popular-json-value" jscontent="json"></pre></td>
|
| + </tr>
|
| <tr jsdisplay="!$this">
|
| <td class="detail">enabled</td>
|
| <td class="value">no</td>
|
|
|