Skip to content

Commit fc4b530

Browse files
committed
Added selection of graphics controller (by pasha1st)
1 parent f83122b commit fc4b530

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

js/phpvirtualbox.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,11 @@ var vboxVMDetailsSections = {
957957
condition: function(d) {
958958
return !(vboxVMDetailsSections.display.rows[1].condition(d));
959959
}
960+
},{
961+
title: "Graphics Controller",
962+
callback: function(d) {
963+
return d['graphicsControllerType'];
964+
}
960965
}
961966
]
962967
},

0 commit comments

Comments
 (0)