diff --git a/interface/web/sites/list/web_domain.list.php b/interface/web/sites/list/web_domain.list.php index f04bc7097f7c0c18178436c4ef9cc60a1fc2b532..502f93bd32112faf34cf91a02667f6362f83c5d0 100644 --- a/interface/web/sites/list/web_domain.list.php +++ b/interface/web/sites/list/web_domain.list.php @@ -47,6 +47,15 @@ $liste["auth"] = "yes"; * Suchfelder *****************************************************/ +$liste["item"][] = array( 'field' => "domain_id", + 'datatype' => "INTEGER", + 'formtype' => "TEXT", + 'op' => "=", + 'prefix' => "", + 'suffix' => "", + 'width' => "", + 'value' => ""); + $liste["item"][] = array( 'field' => "active", 'datatype' => "VARCHAR",