1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-24 02:03:52 +03:00

Bug #2249: Fix period and period_number in the service view

(cherry picked from commit 970c34464a1d5a71f3a9dfdd3d77d62883400857)
This commit is contained in:
Carlos Martín 2013-07-30 15:49:19 +02:00
parent a337bde821
commit 47c19b115b

View File

@ -1557,8 +1557,8 @@ function updateServiceInfo(request,elem){
<td>'+this.adjust+'</td>\
<td>'+(this.min_adjust_step || "-")+'</td>\
<td>'+(this.expression_evaluated || this.expression)+'</td>\
<td>'+(this.true_evals || 0 )+'/'+ this.period+'</td>\
<td>'+(this.period_number || "-")+'</td>\
<td>'+( this.period_number ? ((this.true_evals || 0 )+'/'+(this.period_number)) : '-' )+'</td>\
<td>'+(this.period || "-")+'</td>\
<td>'+(this.cooldown || "-")+'</td>\
</tr>'
});