1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

feature #2847: Add system DS placement option in Sunstone

This commit is contained in:
Daniel Molina 2014-04-23 17:24:03 +02:00
parent 4a48099e7a
commit 92a9490bb2

View File

@ -1342,6 +1342,7 @@ function generatePlacementTable(vm){
<tr>\
<th>'+tr("#")+'</th>\
<th>'+tr("Host")+'</th>\
<th>'+tr("Datastore")+'</th>\
<th>'+tr("Action")+'</th>\
<th>'+tr("Reason")+'</th>\
<th>'+tr("Chg time")+'</th>\
@ -1390,7 +1391,8 @@ function generatePlacementTable(vm){
html += ' <tr>\
<td style="width:5%">'+history[i].SEQ+'</td>\
<td style="width:20%">'+history[i].HOSTNAME+'</td>\
<td style="width:15%">'+history[i].HOSTNAME+'</td>\
<td style="width:5%">'+history[i].DS_ID+'</td>\
<td style="width:16%">'+OpenNebula.Helper.resource_state("VM_MIGRATE_ACTION",parseInt(history[i].ACTION, 10))+'</td>\
<td style="width:10%">'+OpenNebula.Helper.resource_state("VM_MIGRATE_REASON",parseInt(history[i].REASON, 10))+'</td>\
<td style="width:16%">'+pretty_time(history[i].STIME)+'</td>\