Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 1 | [# TODO(jojwang): refine what buttons are shown when there are no hotlists] |
2 | <div id="update-issues-hotlists" style="display: none"> | ||||
3 | <div id="update-issues-hotlists-dialog"> | ||||
4 | <table id="js-hotlists-table"> | ||||
5 | </table> | ||||
6 | <menu> | ||||
7 | <button id="cancel-update-hotlists" type="reset">Cancel</button> | ||||
8 | <button id="save-issues-hotlists">Save</button> | ||||
9 | </menu> | ||||
10 | </div> | ||||
11 | </div> |