{include file='overall_adm_iframe.html'}
{if $action == 'volumes'}
{$lang.VIRT_LIST_VOLUME_TITLE}
{esia_pager divid="pager_list_volumes"
tablesorterid="list_volumes"
divcss="pager"
height="22px"
langprint="{$lang.ADM_PRINT_BOARD}"
langcolumn="{$lang.ADM_SHOW_HIDDEN_COLUMN}"
ulclass="triList"
liclass="triElement"
icn_printer="/theme/default/images/table-print.jpg"
icn_column="/theme/default/images/table-change-order.jpg"
icn_columnselect="/theme/default/images/table-change-order.jpg"}
{/esia_pager}
{$lang.VIRT_LIST_VOLUME_NAME} |
{$lang.VIRT_LIST_VOLUME_DESC} |
{$lang.VIRT_LIST_VOLUME_SIZE_USED} |
{$lang.VIRT_LIST_VOLUME_SIZE_VIRT} |
{$lang.VIRT_LIST_VOLUME_IO_READ} |
{$lang.VIRT_LIST_VOLUME_IO_WRITE} |
{$lang.VIRT_LIST_VOLUME_STORAGE} |
{$lang.VIRT_LIST_VOLUME_VM} |
{foreach $output_array item=row}
{$row.name} |
{$row.desc} |
{$row.size_used} |
{$row.size_virt} |
{$row.io_read} |
{$row.io_write} |
{$row.storage} |
{$row.vm} |
{/foreach}
{elseif $action = 'snapshots'}
{include file='overall_adm_iframe.html'}
{$lang.VIRT_LIST_SNAP_TITLE}
{esia_pager divid="pager_list_gestion_snapshot"
tablesorterid="list_gestion_snapshot"
divcss="pager"
height="22px"
langprint="{$lang.ADM_PRINT_BOARD}"
langcolumn="{$lang.ADM_SHOW_HIDDEN_COLUMN}"
ulclass="triList"
liclass="triElement"
icn_printer="/theme/default/images/table-print.jpg"
icn_column="/theme/default/images/table-change-order.jpg"
icn_columnselect="/theme/default/images/table-change-order.jpg"}
{/esia_pager}
{$lang.VIRT_LIST_SNAP_NAME} |
{$lang.VIRT_LIST_SNAP_TIME} |
{$lang.VIRT_LIST_SNAP_DESC} |
{foreach $vmSnap item=row}
{foreach $row key=col item=cell}
{$cell} |
{/foreach}
{/foreach}
{/if}