Merge branch 'maint/7.0'
[ninja.git] / application / widgets / tac_hosts / tac_hosts.php
blob26560bc89de6d0d833da32e44a6b092491bd9476
1 <?php defined('SYSPATH') OR die('No direct access allowed.');
2 /**
3 * Hosts widget for tactical overview
5 * @author op5 AB
6 */
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();