1 <?php
defined('SYSPATH') OR die('No direct access allowed.');
3 * Hosts widget for tactical overview
7 class Tac_hosts_Widget
extends tablestat_Widget
{
8 public function __construct($widget_model) {
9 parent
::__construct($widget_model);
10 $this->universe
= HostPool_Model
::all();