Files
handbrake-cluster-webui/pages/jobs.php

7 lines
86 B
PHP

<?php
$jobs = HandBrakeCluster_Job::all();
$this->smarty->assign('jobs', $jobs);
?>