Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 3 changed files Side-by-side Diff

lib/control-panel/views/main.njk
... ... @@ -26,7 +26,7 @@
26 26 <br>
27 27 {% endif %}
28 28  
29   - <a href="#" title="klik untuk edit nilai maksimal pada grafik indikator" data-toggle="modal" data-target="#editMaxValueModal" data-product="{{ item.product }}" data-maxvalue="{{ item.value }}">
  29 + <a href="#" title="klik untuk edit nilai maksimal pada grafik indikator" data-toggle="modal" data-target="#editMaxValueModal" data-product="{{ item.product }}" data-maxvalue="{{ maxValue or item.value }}">
30 30 {{ item.value }}
31 31 {% if maxValue %} dari {{ maxValue }} {% endif %}
32 32 </a>
1 1 {
2 2 "name": "komodo-sdk-supplier-product-quota",
3   - "version": "0.2.4",
  3 + "version": "0.2.5",
4 4 "lockfileVersion": 1,
5 5 "requires": true,
6 6 "dependencies": {
1 1 {
2 2 "name": "komodo-sdk-supplier-product-quota",
3   - "version": "0.2.4",
  3 + "version": "0.2.5",
4 4 "description": "Komodo SDK to manage quota of supplier product",
5 5 "main": "index.js",
6 6 "scripts": {