Index: gm/rebaseline_server/static/live-view.html |
diff --git a/gm/rebaseline_server/static/live-view.html b/gm/rebaseline_server/static/live-view.html |
index cb503784f7e9ab3f7d3409a4ed133733500927ea..28a2bcd17cac7f3eee5a36fb713158b4754d54ab 100644 |
--- a/gm/rebaseline_server/static/live-view.html |
+++ b/gm/rebaseline_server/static/live-view.html |
@@ -41,15 +41,10 @@ |
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. |
- </div> |
- |
<div ng-show="header[constants.KEY__HEADER__TIME_UPDATED]"> |
setA: "{{setASection}}" within {{setADir}}<br> |
setB: "{{setBSection}}" within {{setBDir}}<br> |
+ <a href="{{liveQueryUrl}}">latest raw JSON diffs between these two sets</a><br> |
These results current as of |
{{localTimeString(header[constants.KEY__HEADER__TIME_UPDATED])}} |
</div> |
@@ -169,10 +164,13 @@ |
<!-- Submission UI that we only show in the Pending Approval tab. --> |
<div ng-show="'Pending Approval' == viewingTab"> |
+ <div style="font-size:20px"> |
+ TODO(epoger): Rebaselining SKP results does not work yet. |
+ </div> |
<div style="display:inline-block"> |
<button style="font-size:20px" |
ng-click="submitApprovals(filteredImagePairs)" |
- ng-disabled="submitPending || (filteredImagePairs.length == 0)"> |
+ ng-disabled="true || submitPending || (filteredImagePairs.length == 0)"> |
Update these {{filteredImagePairs.length}} expectations on the server |
</button> |
</div> |