blob: a45324697f454a2fb1ae8de63c1a48d3c1f32d05 [file] [log] [blame]
Copybara854996b2021-09-07 19:36:02 +00001[# 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>