Index: gm/rebaseline_server/static/view.html |
diff --git a/gm/rebaseline_server/static/view.html b/gm/rebaseline_server/static/view.html |
index fda767c5b4b600571c4cabd80de83d1aaa6081ba..94dc9ba63e5e6e2a0bb71d30b994db29b183ef4a 100644 |
--- a/gm/rebaseline_server/static/view.html |
+++ b/gm/rebaseline_server/static/view.html |
@@ -26,6 +26,14 @@ |
<div ng-show="extraColumnHeaders"><!-- everything: hide until data is loaded --> |
<div class="warning-div" |
+ ng-show="urlSchemaVersionLoaded != constants.URL_VALUE__SCHEMA_VERSION__CURRENT"> |
+ WARNING! The URL you loaded used schema version {{urlSchemaVersionLoaded}}, rather than |
+ the most recent version {{constants.URL_VALUE__SCHEMA_VERSION__CURRENT}}. It has been |
+ converted to the most recent version on a best-effort basis; you may wish to double-check |
+ which records are displayed. |
+ </div> |
+ |
+ <div class="warning-div" |
ng-show="header[constants.KEY__HEADER__IS_EDITABLE] && header[constants.KEY__HEADER__IS_EXPORTED]"> |
WARNING! These results are editable and exported, so any user |
who can connect to this server over the network can modify them. |