totals.html 460 B

12345678910111213141516
  1. <!--
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. -->
  7. <div class="table-wrapper" data-bind="blockLoader: isLoading">
  8. <table class="data table totals">
  9. <caption class="table-caption" data-bind="text: $t('Total')"></caption>
  10. <tbody>
  11. <!-- ko foreach: elems() -->
  12. <!-- ko template: getTemplate() --><!-- /ko -->
  13. <!-- /ko -->
  14. </tbody>
  15. </table>
  16. </div>