diff options
Diffstat (limited to 'h-source/Application/Controllers/VideocardsController.php')
-rw-r--r-- | h-source/Application/Controllers/VideocardsController.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/VideocardsController.php b/h-source/Application/Controllers/VideocardsController.php index ab869bc..08eda31 100644 --- a/h-source/Application/Controllers/VideocardsController.php +++ b/h-source/Application/Controllers/VideocardsController.php @@ -97,6 +97,10 @@ class VideocardsController extends GenericController $this->setArgKeys($argKeys); $data['title'] = 'Videocards'; + + $data['intefaceOptions'] = Videocard::$interface; + $data['worksOptions'] = Videocard::$videoSelect; + $data['worksField'] = 'video_card_works'; $this->append($data); } |