mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
bug #3304: Fix acct end_time placeholder
This commit is contained in:
parent
bf43bc0a0b
commit
88235fe9d7
@ -4767,7 +4767,7 @@ function accountingGraphs(div, opt){
|
||||
</div>\
|
||||
<div id="acct_end_time_container" class="left columns">\
|
||||
<label for="acct_end_time">'+tr("End time")+'</label>\
|
||||
<input id="acct_end_time" type="date" placeholder=""2013-12-30""/>\
|
||||
<input id="acct_end_time" type="date" placeholder="2013-12-30"/>\
|
||||
</div>\
|
||||
<div id="acct_group_by_container" class="left columns">\
|
||||
<label for="acct_group_by">' + tr("Group by") + '</label>\
|
||||
|
Loading…
x
Reference in New Issue
Block a user