mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Signed-off-by: Frederick Borges <fborges@opennebula.io> (cherry picked from commit 74b47ff6817f1eeaf06ba314de578830e06d3a14)
This commit is contained in:
parent
78cbcfb2ac
commit
22ca390093
@ -348,18 +348,8 @@ define(function(require) {
|
||||
|
||||
if (Config.isTabActionEnabled("vms-tab", "VM.disk_resize")) {
|
||||
if (validateState(that,"VM.disk_resize") && !disk.CONTEXT) {
|
||||
if(Array.isArray(that.element.HISTORY_RECORDS.HISTORY)){
|
||||
var historyLenght = that.element.HISTORY_RECORDS.HISTORY.length - 1;
|
||||
if(that.element.LCM_STATE != "3" || that.element.HISTORY_RECORDS.HISTORY[historyLenght].VM_MAD != "vcenter"){
|
||||
actions += ('<a class="disk_resize nowrap" >\
|
||||
<i class="fas fa-expand-arrows-alt fa-fw" title="Resize"></i></a>');
|
||||
}
|
||||
} else {
|
||||
if(that.element.LCM_STATE != "3" || that.element.HISTORY_RECORDS.HISTORY.VM_MAD != "vcenter"){
|
||||
actions += ('<a class="disk_resize nowrap" >\
|
||||
<i class="fas fa-expand-arrows-alt fa-fw" title="Resize"></i></a>');
|
||||
}
|
||||
}
|
||||
actions += ('<a class="disk_resize nowrap" >\
|
||||
<i class="fas fa-expand-arrows-alt fa-fw" title="Resize"></i></a>');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user