Home
last modified time | relevance | path

Searched refs:show_timeline (Results 1 – 25 of 75) sorted by relevance

123

/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/frontends/php/include/classes/helpers/
H A DCHintBoxHelper.php30 * @param bool $show_timeline (optional) Show time line flag.
48 public static function getEventList($triggerid, $eventid_till, $backurl, $show_timeline = true, argument
57 'show_timeline' => (int) $show_timeline,
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/frontends/php/include/classes/helpers/
H A DCHintBoxHelper.php30 * @param bool $show_timeline (optional) Show time line flag.
48 public static function getEventList($triggerid, $eventid_till, $backurl, $show_timeline = true, argument
57 'show_timeline' => (int) $show_timeline,
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/frontends/php/include/classes/helpers/
H A DCHintBoxHelper.php30 * @param bool $show_timeline (optional) Show time line flag.
48 public static function getEventList($triggerid, $eventid_till, $backurl, $show_timeline = true, argument
57 'show_timeline' => (int) $show_timeline,
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/frontends/php/include/classes/helpers/
H A DCHintBoxHelper.php30 * @param bool $show_timeline (optional) Show time line flag.
48 public static function getEventList($triggerid, $eventid_till, $backurl, $show_timeline = true, argument
57 'show_timeline' => (int) $show_timeline,
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/frontends/php/include/classes/helpers/
H A DCHintBoxHelper.php30 * @param bool $show_timeline (optional) Show time line flag.
48 public static function getEventList($triggerid, $eventid_till, $backurl, $show_timeline = true, argument
57 'show_timeline' => (int) $show_timeline,
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/include/classes/helpers/
H A DCHintBoxHelper.php29 * @param bool $show_timeline (optional) Show time line flag.
47 …public static function getEventList(string $triggerid, string $eventid_till, bool $show_timeline =… argument
55 'show_timeline' => (int) $show_timeline,
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/include/classes/helpers/
H A DCHintBoxHelper.php29 * @param bool $show_timeline (optional) Show time line flag.
47 …public static function getEventList(string $triggerid, string $eventid_till, bool $show_timeline =… argument
55 'show_timeline' => (int) $show_timeline,
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/include/classes/helpers/
H A DCHintBoxHelper.php29 * @param bool $show_timeline (optional) Show time line flag.
47 …public static function getEventList(string $triggerid, string $eventid_till, bool $show_timeline =… argument
55 'show_timeline' => (int) $show_timeline,
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/include/classes/helpers/
H A DCHintBoxHelper.php29 * @param bool $show_timeline (optional) Show time line flag.
47 …public static function getEventList(string $triggerid, string $eventid_till, bool $show_timeline =… argument
55 'show_timeline' => (int) $show_timeline,
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/include/classes/helpers/
H A DCHintBoxHelper.php29 * @param bool $show_timeline (optional) Show time line flag.
47 …public static function getEventList(string $triggerid, string $eventid_till, bool $show_timeline =… argument
55 'show_timeline' => (int) $show_timeline,
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/include/classes/helpers/
H A DCHintBoxHelper.php29 * @param bool $show_timeline (optional) Show time line flag.
47 …public static function getEventList(string $triggerid, string $eventid_till, bool $show_timeline =… argument
55 'show_timeline' => (int) $show_timeline,
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/include/classes/helpers/
H A DCHintBoxHelper.php29 * @param bool $show_timeline (optional) Show time line flag.
47 …public static function getEventList(string $triggerid, string $eventid_till, bool $show_timeline =… argument
55 'show_timeline' => (int) $show_timeline,
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/include/classes/helpers/
H A DCHintBoxHelper.php29 * @param bool $show_timeline (optional) Show time line flag.
47 …public static function getEventList(string $triggerid, string $eventid_till, bool $show_timeline =… argument
55 'show_timeline' => (int) $show_timeline,
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/include/classes/helpers/
H A DCHintBoxHelper.php29 * @param bool $show_timeline (optional) Show time line flag.
47 …public static function getEventList(string $triggerid, string $eventid_till, bool $show_timeline =… argument
55 'show_timeline' => (int) $show_timeline,
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/include/classes/helpers/
H A DCHintBoxHelper.php29 * @param bool $show_timeline (optional) Show time line flag.
47 …public static function getEventList(string $triggerid, string $eventid_till, bool $show_timeline =… argument
55 'show_timeline' => (int) $show_timeline,
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/frontends/php/app/views/
H A Dmonitoring.widget.problems.view.php33 $show_timeline = ($data['sortfield'] === 'clock' && $data['fields']['show_timeline']); variable
38 if ($show_timeline) {
154 …setAjaxHint(CHintBoxHelper::getEventList($trigger['triggerid'], $eventid, $backurl, $show_timeline,
181 if ($show_timeline) {
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/frontends/php/app/views/
H A Dmonitoring.widget.problems.view.php33 $show_timeline = ($data['sortfield'] === 'clock' && $data['fields']['show_timeline']); variable
38 if ($show_timeline) {
154 …setAjaxHint(CHintBoxHelper::getEventList($trigger['triggerid'], $eventid, $backurl, $show_timeline,
181 if ($show_timeline) {
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/frontends/php/app/views/
H A Dmonitoring.widget.problems.view.php33 $show_timeline = ($data['sortfield'] === 'clock' && $data['fields']['show_timeline']); variable
38 if ($show_timeline) {
154 …setAjaxHint(CHintBoxHelper::getEventList($trigger['triggerid'], $eventid, $backurl, $show_timeline,
181 if ($show_timeline) {
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/frontends/php/app/views/
H A Dmonitoring.widget.problems.view.php33 $show_timeline = ($data['sortfield'] === 'clock' && $data['fields']['show_timeline']); variable
38 if ($show_timeline) {
154 …setAjaxHint(CHintBoxHelper::getEventList($trigger['triggerid'], $eventid, $backurl, $show_timeline,
181 if ($show_timeline) {
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/frontends/php/app/views/
H A Dmonitoring.widget.problems.view.php33 $show_timeline = ($data['sortfield'] === 'clock' && $data['fields']['show_timeline']); variable
38 if ($show_timeline) {
154 …setAjaxHint(CHintBoxHelper::getEventList($trigger['triggerid'], $eventid, $backurl, $show_timeline,
181 if ($show_timeline) {
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/app/views/
H A Dmonitoring.widget.problems.view.php33 $show_timeline = ($data['sortfield'] === 'clock' && $data['fields']['show_timeline']); variable
38 if ($show_timeline) {
187 ->setAjaxHint(CHintBoxHelper::getEventList($trigger['triggerid'], $eventid, $show_timeline,
220 if ($show_timeline) {
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/app/views/
H A Dmonitoring.widget.problems.view.php33 $show_timeline = ($data['sortfield'] === 'clock' && $data['fields']['show_timeline']); variable
38 if ($show_timeline) {
187 ->setAjaxHint(CHintBoxHelper::getEventList($trigger['triggerid'], $eventid, $show_timeline,
220 if ($show_timeline) {
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/app/views/
H A Dmonitoring.widget.problems.view.php33 $show_timeline = ($data['sortfield'] === 'clock' && $data['fields']['show_timeline']); variable
38 if ($show_timeline) {
187 ->setAjaxHint(CHintBoxHelper::getEventList($trigger['triggerid'], $eventid, $show_timeline,
220 if ($show_timeline) {
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/app/views/
H A Dmonitoring.widget.problems.view.php33 $show_timeline = ($data['sortfield'] === 'clock' && $data['fields']['show_timeline']); variable
38 if ($show_timeline) {
187 ->setAjaxHint(CHintBoxHelper::getEventList($trigger['triggerid'], $eventid, $show_timeline,
220 if ($show_timeline) {
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/app/views/
H A Dmonitoring.widget.problems.view.php33 $show_timeline = ($data['sortfield'] === 'clock' && $data['fields']['show_timeline']); variable
38 if ($show_timeline) {
187 ->setAjaxHint(CHintBoxHelper::getEventList($trigger['triggerid'], $eventid, $show_timeline,
220 if ($show_timeline) {

123