Skip to content

Instantly share code, notes, and snippets.

@naydav
Created October 28, 2017 13:02
Show Gist options
  • Save naydav/7390614b47f6691007b2de2e659246fb to your computer and use it in GitHub Desktop.
Save naydav/7390614b47f6691007b2de2e659246fb to your computer and use it in GitHub Desktop.
<!--
/**
* Copyright © 2016 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<!-- ko if: ($col.isQtyDetailsAvailable($row()))-->
<div data-bind="css: {'admin__field-tooltip admin__field-tooltip-inventory': true, 'admin__field-tooltip-warning': ($col.isLowStock($row()))}">
<span text="$col.getLabel($row())"/>
<span class="admin__field-tooltip-action action-help"/>
<div class="admin__field-tooltip-content" html="$col.getTooltipHtml($row())"/>
</div>
<!-- /ko -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment