Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(744)

Unified Diff: components/ntp_tiles/webui/resources/ntp_tiles_internals.html

Issue 2572133002: Add more features to ntp-tiles-internal (Closed)
Patch Set: Add ntp_tiles owners to client webui owners Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698