From 13778ce65799acaec668a597fb4e1a16db9f30d8 Mon Sep 17 00:00:00 2001 From: steve-lad <72376554+steve-lad@users.noreply.github.com> Date: Wed, 2 Jun 2021 16:39:02 +0200 Subject: [PATCH] Update Sccp_manager.class.php Move SccpInfo to first tab leaving General as default --- Sccp_manager.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Sccp_manager.class.php b/Sccp_manager.class.php index 6d082a1..52a00a6 100644 --- a/Sccp_manager.class.php +++ b/Sccp_manager.class.php @@ -270,6 +270,10 @@ class Sccp_manager extends \FreePBX_Helpers implements \BMO { $action = !empty($request['action']) ? $request['action'] : ''; $this->pagedata = array( + "sccpinfo" => array( + "name" => _("SCCP info"), + "page" => 'views/server.info.php' + ), "general" => array( "name" => _("General SCCP Settings"), "page" => 'views/server.setting.php' @@ -281,10 +285,6 @@ class Sccp_manager extends \FreePBX_Helpers implements \BMO { "sccpurl" => array( "name" => _("SCCP Device URL"), "page" => 'views/server.url.php' - ), - "sccpinfo" => array( - "name" => _("SCCP info"), - "page" => 'views/server.info.php' ) ); if (isset($this->sccpvalues['displayconfig']['data']) && ($this->sccpvalues['displayconfig']['data'] != 'sccpsimple')) {