1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

Feature #495: Image state in the extended info fixed

This commit is contained in:
Hector Sanjuan 2011-02-23 19:07:14 +01:00
parent 6a6c865a62
commit b8f3cbd42a

View File

@ -3172,7 +3172,7 @@ function updateImageInfo(request,img){
</tr>\
<tr>\
<td class="key_td">State</td>\
<td class="value_td">'+img_info.STATE+'</td>\
<td class="value_td">'+OpenNebula.Helper.resource_state.("image",img_info.STATE)+'</td>\
</tr>\
</table>\
</div>\