From 8025e4995455448fafead6a3954d5579c12973a0 Mon Sep 17 00:00:00 2001 From: Bryan Heden Date: Sun, 8 Aug 2021 14:05:55 -0500 Subject: [PATCH] change order, change name --- report_svc_status_lookup/CHANGELOG.md | 12 ++++++++++++ .../report_svc_status_lookup.inc.php | 8 ++++---- 2 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 report_svc_status_lookup/CHANGELOG.md diff --git a/report_svc_status_lookup/CHANGELOG.md b/report_svc_status_lookup/CHANGELOG.md new file mode 100644 index 0000000..629c146 --- /dev/null +++ b/report_svc_status_lookup/CHANGELOG.md @@ -0,0 +1,12 @@ +# 0.0.1 + +> 08 Aug 2021 + +* Change name of report to "Plugin Timed Out" +* Change order of report + +# 0.0.0 + +> 31 Jul 2021 + +* Initial version diff --git a/report_svc_status_lookup/report_svc_status_lookup.inc.php b/report_svc_status_lookup/report_svc_status_lookup.inc.php index db4d22e..c27647e 100644 --- a/report_svc_status_lookup/report_svc_status_lookup.inc.php +++ b/report_svc_status_lookup/report_svc_status_lookup.inc.php @@ -17,8 +17,8 @@ function report_svc_status_lookup_init() COMPONENT_AUTHOR => "hedenface", COMPONENT_DESCRIPTION => $desc, COMPONENT_TITLE => "Services Non-OK Report", - COMPONENT_VERSION => "0.0.0", - COMPONENT_DATE => "31/07/2021", + COMPONENT_VERSION => "0.0.1", + COMPONENT_DATE => "08/08/2021", ) ); @@ -52,14 +52,14 @@ function report_svc_status_lookup_component_addmenu() } $order = grab_array_var($menu_section, "order", ""); - $new_order = $order + 0.1; + $new_order = $order + 0.3; if ($new_order < 0) { return false; } add_menu_item(MENU_REPORTS, array( "type" => "link", - "title" => "Service Status Lookup", + "title" => "Plugin Timed Out", "id" => "menu-report-svc-lookup", "order" => $new_order, "opts" => array(