mirror of https://github.com/apache/cloudstack.git
quota: add quota currency on tarriff table
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
5397fc21c6
commit
a9e8ceccdd
|
|
@ -309,7 +309,7 @@ var g_quotaCurrency = '';
|
|||
|
||||
if (isAdmin()) {
|
||||
var valueCell = $('<td class="value actions">');
|
||||
var value = $('<span>').html(items[i].tariffValue);
|
||||
var value = $('<span>').html(g_quotaCurrency + items[i].tariffValue);
|
||||
value.appendTo(valueCell);
|
||||
valueCell.appendTo(tariffTableBodyRow);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue