summaryrefslogtreecommitdiffstats
path: root/js/phpvirtualbox.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/phpvirtualbox.js')
-rw-r--r--js/phpvirtualbox.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/phpvirtualbox.js b/js/phpvirtualbox.js
index a9b41a3..fb1edec 100644
--- a/js/phpvirtualbox.js
+++ b/js/phpvirtualbox.js
@@ -957,6 +957,11 @@ var vboxVMDetailsSections = {
condition: function(d) {
return !(vboxVMDetailsSections.display.rows[1].condition(d));
}
+ },{
+ title: "Graphics Controller",
+ callback: function(d) {
+ return d['graphicsControllerType'];
+ }
}
]
},