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

B #5403: Sorting start time (VM datatable) (#496)

This commit is contained in:
Abel Coronado 2017-09-28 16:10:41 +02:00 committed by Tino Vázquez
parent 0a6d16e55d
commit d4b9f3c9be
2 changed files with 2 additions and 1 deletions

View File

@ -61,6 +61,7 @@ define(function(require) {
"aoColumnDefs": [
{"sType": "ip-address", "aTargets": [0]},
{"sType": "num", "aTargets": [1]},
{"sType": "date-euro", "aTargets": [ 10 ]},
{"bSortable": false, "aTargets": ["check", 6, 7, 11]},
{"sWidth": "35px", "aTargets": [0]},
{"bVisible": true, "aTargets": SunstoneConfig.tabTableColumns(TAB_NAME)},

View File

@ -125,7 +125,7 @@ define(function(require) {
Humanize.size(memoryMonitoring),
hostname,
OpenNebulaVM.ipsStr(element),
Humanize.prettyTime(element.STIME),
Humanize.prettyTimeDatatable(element.STIME),
vncIcon,
TemplateUtils.htmlEncode(TemplateUtils.templateToString(element)),
(LabelsUtils.labelsStr(element[TEMPLATE_ATTR])||''),