Changeset View
Changeset View
Standalone View
Standalone View
swh/web/templates/browse/vault-ui.html
| Show All 28 Lines | <thead> | ||||
| <tr> | <tr> | ||||
| <th> | <th> | ||||
| <div class="custom-control custom-checkbox"> | <div class="custom-control custom-checkbox"> | ||||
| <input type="checkbox" class="custom-control-input" id="vault-tasks-toggle-selection"> | <input type="checkbox" class="custom-control-input" id="vault-tasks-toggle-selection"> | ||||
| <label class="custom-control-label" for="vault-tasks-toggle-selection"></label> | <label class="custom-control-label" for="vault-tasks-toggle-selection"></label> | ||||
| </div> | </div> | ||||
| </th> | </th> | ||||
| <th style="width: 300px">Origin</th> | <th style="width: 300px">Origin</th> | ||||
| <th style="width: 100px">Object type</th> | <th style="width: 100px">Bundle type</th> | ||||
| <th>Object info</th> | <th>Object info</th> | ||||
| <th style="width: 250px">Cooking status</th> | <th style="width: 250px">Cooking status</th> | ||||
| <th style="width: 120px"></th> | <th style="width: 120px"></th> | ||||
| </tr> | </tr> | ||||
| </thead> | </thead> | ||||
| <tbody></tbody> | <tbody></tbody> | ||||
| </table> | </table> | ||||
| </div> | </div> | ||||
| {% include "includes/vault-common.html" %} | {% include "includes/vault-common.html" %} | ||||
| <script> | <script> | ||||
| swh.webapp.initPage('vault'); | swh.webapp.initPage('vault'); | ||||
| swh.vault.initUi(); | swh.vault.initUi(); | ||||
| </script> | </script> | ||||
| {% endblock %} | {% endblock %} | ||||