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

Unified Diff: appengine/config_service/ui/test/config-ui/config-set_test.html

Issue 2991013002: config_service: Added revision and timestamp to config-set-cards and config-set pages (Closed)
Patch Set: Nit: forgot to add launch icon to config set page Created 3 years, 5 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: appengine/config_service/ui/test/config-ui/config-set_test.html
diff --git a/appengine/config_service/ui/test/config-ui/config-set_test.html b/appengine/config_service/ui/test/config-ui/config-set_test.html
index 6da47e8d9d412b3ef2d9518ebe8ea9324d7c061d..ea242e73ffe68b2eb2b1648ae36120e4d3cf490d 100644
--- a/appengine/config_service/ui/test/config-ui/config-set_test.html
+++ b/appengine/config_service/ui/test/config-ui/config-set_test.html
@@ -82,7 +82,13 @@
var param = {
config_sets: [{
files: [{path: "OWNERS"}, {path: "README.md"}],
- last_import_attempt: { success: true },
+ last_import_attempt: {
+ success: true,
+ revision: {
+ url: "https://test.com",
+ timestamp: "1234567890"
+ }
+ }
}]
};
setserver(param);

Powered by Google App Engine
This is Rietveld 408576698